You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example shows how to use InterruptIn to trigger function call when a certain event happens. The example demonstrates calling a function when a button is pressed. Specifically on the rising edge of a button press. This can be observed by LED4 blinking as the program runs and LED1 only changing when the button is pressed.
3
+
This example shows how to use InterruptIn to trigger a function call when a certain event happens. The example demonstrates calling a function on the rising edge of a button press. You can observe this through LED4 blinking as the program runs. LED1 only changes when the button is pressed.
0 commit comments