mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-09-10 00:29:30 +00:00
fix uses of legacy i2c WriteRegister calls
This commit is contained in:
@@ -5,6 +5,8 @@ package lps22hb
|
||||
import (
|
||||
"machine"
|
||||
"time"
|
||||
|
||||
"tinygo.org/x/drivers/internal/legacy"
|
||||
)
|
||||
|
||||
// Configure sets up the LPS22HB device for communication.
|
||||
|
||||
Reference in New Issue
Block a user