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 371bd7b commit 503c6c2Copy full SHA for 503c6c2
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)
LED_Bullwhip/code.py
@@ -28,7 +28,7 @@
28
29
sensor = LSM6DS(i2c)
30
31
32
33
34
# CUSTOMISE COLORS HERE:
0 commit comments