Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 492 Bytes

timer.rst

File metadata and controls

30 lines (21 loc) · 492 Bytes

Timer

About

Start a periodic timer that writes an event to the main thread. The main thread reads the event and prints "timeout" to the standard output.

Source code

The source code can also be found on Github in the examples/timer folder.

Build and run

Build and upload the application.

$ cd examples/timer
$ make -s BOARD=<board> run
timeout
timeout
timeout