Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 677 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 677 Bytes

Blink synchronization server example

Uses Mira's precise time synchronization to toggle a LED on different developement boards simultaneously.

This example requires one or more development boards to be running the blink_sync_client.

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