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 c17bc16 commit 472b71bCopy full SHA for 472b71b
adafruit_lsm6ds.py
@@ -49,8 +49,8 @@
49
__version__ = "0.0.0-auto.0"
50
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX.git"
51
from time import sleep
52
-from micropython import const
53
from math import radians
+from micropython import const
54
import adafruit_bus_device.i2c_device as i2c_device
55
from adafruit_register.i2c_struct import ROUnaryStruct, Struct
56
from adafruit_register.i2c_bits import RWBits
0 commit comments