Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 384 Bytes

blink.rst

File metadata and controls

25 lines (16 loc) · 384 Bytes

Blink

About

Turn a LED on and off periodically with a one second interval.

Source code

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

Build and run

Build and upload the application.

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