Completing firmware for the temperature/humidity, IR, and magnetic sensors for both...
[iotcloud.git] / version2 / src / C / README.txt
1
2 - This is the codebase for Fidelius cloud application that we build on Particle (PHOTON) devices.
3
4 - We can replace the .ino file with any of .ino files for Fidelius cloud from the iotcloud/version2/src/others/ino directory.
5
6 - INO files that only need Particle API's can be compiled separately and it does not have to be together with this Fidelius API source code, unless it needs some other library, e.g. DHT library.