mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
examples: Fix incorrect category heading examples: shorten coap folder name static-tests/examples: check subfolders for entries ci/test_native: Adjust to new examples structure examples: adjust makefiles to new structure ci/tests: Fix symlinks to point towards proper examples
About
This example shows how to write IoT applications using javascript.
Acknowledgement
This example is based on Jerryscript which does all the heavy lifting, providing full ECMAScript 5.1 profile on your IoT device (kudos guys!).
Caveats
- currently, the only actual function available is "print"
How to use
Just put your javascript code in "main.js" (check the example). The file will automatically be included when compiling the application, which will execute the file right after booting.
How to run
Type make flash term.
Note: you may have to press RESET on the board (after the flash) if the board
reboots faster than the terminal program can start..