Skip to content

ARMmbed/mbed-js-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbed-js-example

Blinky for JavaScript on mbed.

Dependencies

Install:

  • A recent version of node.js.

  • A global version of Gulp, via:

    $ npm install -g gulp
    
  • Mbed CLI and its dependencies.

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!

About

Basic Example for JavaScript on mbed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •