ARMmbed / mbed-js-example

Basic Example for JavaScript on mbed
16 stars 6 forks source link

mbed-js-example

Blinky for JavaScript on mbed.

Dependencies

Install:

On Windows you'll also need:

Make sure that make, arm-none-eabi-gcc and all other tools are in your PATH.

Build

  1. Run npm install.
  2. Run gulp --target=YOUR_TARGET_NAME.
    • To find your target name, look at the platforms page for your development board.
  3. Copy the mbedos5.hex or mbedos5.bin file from build/out/YOUR_TARGET_NAME onto your development board.
  4. Blinky will run!