We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86050c3 commit 2d16f21Copy full SHA for 2d16f21
micropython/drivers/imu/lsm6dsox/lsm6dsox.py
@@ -46,6 +46,7 @@
46
47
import array
48
from micropython import const
49
+import time
50
51
_CTRL3_C = const(0x12)
52
_CTRL1_XL = const(0x10)
0 commit comments