Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 530 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 530 Bytes

Blink example

Blinks the four available LEDs available on nRF52 series development kits.

How to build

To build the example, in this directory run:

make TARGET=<target>

The example assumes that libmira is placed in vendor/, to specify another path run:

make LIBDIR=<path-to-libmira> TARGET=<target>

To flash after building, add flashall or flash.<programmer serial number> to the make command:

make TARGET=<target> flashall

or

make LIBDIR=<path-to-libmira> TARGET=<target> flashall