We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba3858 commit 9bfb431Copy full SHA for 9bfb431
examples/rfm69_rpi_interrupt.py
@@ -12,6 +12,7 @@
12
import RPi.GPIO as io
13
import adafruit_rfm69
14
15
+
16
# setup interrupt callback function
17
def rfm69_callback(rfm69_irq):
18
global packet_received # pylint: disable=global-statement
0 commit comments