You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wasm3/platforms/particle
Volodymyr Shymanskyy 7909978878
Update examples m3.h -> wasm3.h
5 years ago
..
lib/wasm3 Add Particle platform 5 years ago
src Update examples m3.h -> wasm3.h 5 years ago
.gitignore Add Particle platform 5 years ago
README.md Update docs 5 years ago
project.properties Add Particle platform 5 years ago

README.md

Build for Particle

You need to install Particle CLI.

Build for photon, electron, pi, duo, p1, argon, boron, xenon:

particle compile --followSymlinks photon

Upload to device:

particle list
particle flash MyDevice1 ./firmware_*.bin

# Or using USB:
particle flash --usb firmware_*.bin