Skip to content

Commit a246d48

Browse files
committed
Change property name to match the library changes
1 parent 2de6f4e commit a246d48

File tree

1 file changed

+1
-1
lines changed
  • Feather_Crickit_Accelerometer

1 file changed

+1
-1
lines changed

Feather_Crickit_Accelerometer/code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
while True:
2424
# Read the accel
25-
x, y, z = sensor.accelerometer
25+
x, y, z = sensor.acceleration
2626

2727
# Clip the value
2828
if y < -10:

0 commit comments

Comments
 (0)