Skip to content

Commit 385ae61

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

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 counter value 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 the counter value changing when the button is pressed.

0 commit comments

Comments
 (0)