Skip to content

Commit 6a61ee8

Browse files
authored
Update clue_step_counter.py
Fix for the change in adafruit_lsm6ds.
1 parent 82bbecf commit 6a61ee8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Clue_Step_Counter/clue_step_counter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
from adafruit_clue import clue
55
from simpleio import map_range
66
from adafruit_bitmap_font import bitmap_font
7-
from adafruit_lsm6ds import LSM6DS33, Rate, AccelRange
7+
from adafruit_lsm6ds.lsm6ds33 import LSM6DS33
8+
from adafruit_lsm6ds import Rate, AccelRange
89
from adafruit_progressbar import ProgressBar
910
from adafruit_display_text.label import Label
1011

0 commit comments

Comments
 (0)