Changes

Particle Photon

131 bytes added, 15:22, 28 October 2015
Particle Photon
https://github.com/spark/firmware/blob/develop/docs/gettingstarted.md
=Particle PhotonBuild Firmware=Change dir to firmware/modules <syntaxhighlight lang="bash">make all PLATFORM=photon program-dfu</syntaxhighlight> =Build Application=
Simlink application to firmware/user/applications
Change dir to firmware/main
Compiling Comile application and uploadingupload:
<syntaxhighlight lang="bash">make all PLATFORM=photon APP=housenode program-dfu</syntaxhighlight>