Skip to content

Commit 57187ae

Browse files
author
Amanda Butler
authored
Edit REAMDE.md
Edit file, mostly for active voice.
1 parent 492ae4e commit 57187ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APIs_Drivers/Ticker_Example/README.md

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

3-
This example shows how to use a Ticker with callback. The example use the Ticker to cause periodic events, like blinking an LED on and Off at a certain rate. In this example LED1 is controlled by the main while loop, while LED2 is controlled by the Ticker callback function.
3+
This example shows how to use Ticker with a callback. The example uses Ticker to cause periodic events, such as blinking an LED at a certain rate. In this example, the main while loop controls LED1, and the Ticker callback function controls LED2.

0 commit comments

Comments
 (0)