Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 600 Bytes

blink.rst

File metadata and controls

32 lines (21 loc) · 600 Bytes

Blink

About

Turn a LED on and off periodically once a second. This example illustrates how to use digital pins and sleep a thread.



Source code

The source code can also be found on Github in the :github-tree:`examples/blink` folder.

Build and run

Build and upload the application.

$ cd examples/blink
$ make -s BOARD=<board> upload