fix uses of legacy i2c WriteRegister calls

This commit is contained in:
Kenneth Bell
2023-08-07 22:10:52 +01:00
committed by Ron Evans
parent eef03917ab
commit 996f1b047f
3 changed files with 6 additions and 3 deletions
+2
View File
@@ -5,6 +5,8 @@ package lps22hb
import (
"machine"
"time"
"tinygo.org/x/drivers/internal/legacy"
)
// Configure sets up the LPS22HB device for communication.