Skip to content

Commit 57adf7c

Browse files
committed
exchanged import order
1 parent 8a64433 commit 57adf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pca9685_servo.py

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

99
# Import the PCA9685 module. Available in the bundle and here:
1010
# https://github.com/adafruit/Adafruit_CircuitPython_PCA9685
11-
from adafruit_pca9685 import PCA9685
1211
from adafruit_motor import servo
12+
from adafruit_pca9685 import PCA9685
1313

1414
i2c = busio.I2C(SCL, SDA)
1515

0 commit comments

Comments
 (0)