Skip to content

Commit d405e0f

Browse files
author
Amanda Butler
authored
Edit README.md
Edit file, mostly for active voice.
1 parent 385ae61 commit d405e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# InterruptIn example
22

3-
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

Comments
 (0)