layout | title | parent |
---|---|---|
post |
8.4 Exercise |
8. Interrupts |
GPIO-input-interrupt
Configure an interrupt on a button press.
1 thread running continuously putting out "loop message" every second
on button press: print out "isr message"
Zephyr docs Example 1 Example 2
User button and LED aliases can be found in the devicetree file build/zephyr/zephyr.dts
.
Expected output: