mbed-os-example-blinky
You are viewing an older revision! See the latest version
Homepage
Mini how-to "mbed-os-example-blinky"¶
1. Clone this repository with the command:
$ mbed import https://os.mbed.com/teams/Avnet-Silica/code/mbed-os-example-blinky/
Information
The cloning process requires few minutes.
2. Enter in the directory and compile the project:
$ cd mbed-os-example-blinky
$ mbed compile -m SILICA_SENSOR_NODE -t GCC_ARM
3. Once compiled copy the binary file mbed-os-example-blinky.bin into the mass-storage TilePlus of the SensorNode board.
Information
You will find the mbed-os-example-blinky.bin file at:
"mbed-os-example-blinky\BUILD\SILICA_SENSOR_NODE\GCC_ARM" directory.