Skip to content

Commit aa48047

Browse files
committed
attempt to fix input-order diagnostic
1 parent f41fef7 commit aa48047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lis3dh_spinner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
from micropython import const
1717

18-
import adafruit_lis3dh
1918
import neopixel
19+
import adafruit_lis3dh
2020

2121
# Configuration:
2222
ACCEL_RANGE = adafruit_lis3dh.RANGE_16_G # Accelerometer range.

0 commit comments

Comments
 (0)