Skip to content

Commit 7730768

Browse files
committed
Change import order in example
1 parent d242e18 commit 7730768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ht16k33_segments_7x4customchars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# License: Public Domain
88

99
# Import all board pins.
10+
import time
1011
import board
1112
import busio
12-
import time
1313
from adafruit_ht16k33 import segments
1414

1515
# Create the character dictionary

0 commit comments

Comments
 (0)