Skip to content

Commit e7e66c5

Browse files
committed
Tweak import order again.
1 parent 96403ae commit e7e66c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: examples/irremote_nonblocking.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
# Adjust the pulseio 'board.PIN' if using something else
66
import time
77

8-
import adafruit_irremote
98
import board
109
import pulseio
1110

11+
import adafruit_irremote
12+
1213
pulsein = pulseio.PulseIn(board.REMOTEIN, maxlen=120, idle_state=True)
1314
decoder = adafruit_irremote.NonblockingGenericDecode(pulsein)
1415

0 commit comments

Comments
 (0)