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 ead1ebd0e3
Update API usage. Fix #193
3 years ago
..
lib/wasm3 Add Particle platform 5 years ago
src Update API usage. Fix #193 3 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