mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-27 09:59:01 +00:00
lsm6ds3tr: initial implementation
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build !xiao_ble
|
||||
// +build !xiao_ble
|
||||
|
||||
package lsm6ds3tr
|
||||
|
||||
// Configure sets up the device for communication.
|
||||
func (d *Device) Configure(cfg Configuration) error {
|
||||
return d.doConfigure(cfg)
|
||||
}
|
||||
Reference in New Issue
Block a user