Skip to content

Commit 9bfb431

Browse files
committed
Run pre-commit
1 parent bba3858 commit 9bfb431

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/rfm69_rpi_interrupt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import RPi.GPIO as io
1313
import adafruit_rfm69
1414

15+
1516
# setup interrupt callback function
1617
def rfm69_callback(rfm69_irq):
1718
global packet_received # pylint: disable=global-statement

0 commit comments

Comments
 (0)