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 5feac89 commit faf4830Copy full SHA for faf4830
Adafruit_Feather_Sense/code.py
@@ -21,7 +21,7 @@
21
from adafruit_lsm6ds.lsm6ds33 import LSM6DS33 as LSM6DS
22
lsm6ds = LSM6DS(i2c)
23
except RuntimeError:
24
- from adafruit_lsm6ds.lsm6ds3 import LSM6DS3 as LSM6DS
+ from adafruit_lsm6ds.lsm6ds3trc import LSM6DS3TRC as LSM6DS
25
26
27
apds9960 = APDS9960(i2c)
0 commit comments