Difference between revisions of "IoT - Modular Firmware"

From The TinkerNet Wiki
Jump to navigation Jump to search
Line 78: Line 78:
  
 
* [[IoT - Modular - Platformio.ini|Platformio.ini]]
 
* [[IoT - Modular - Platformio.ini|Platformio.ini]]
 +
** [[IoT - Modular - SugarBush.ini|SugarBush.ini]]
 +
** [[IoT - Modular - Environmental.ini|Environmental.ini]]
 +
** [[IoT - Modular - Household.ini|Household.ini]]
 +
** [[IoT - Modular - Lab.ini|Lab.ini]]
 +
** [[IoT - Modular - Tests.ini|Tests.ini]]
  
 
* [[IoT - Modular - Pre-Compile.py|Pre-Compile.py]]
 
* [[IoT - Modular - Pre-Compile.py|Pre-Compile.py]]
 
* [[IoT - Modular - Post-Compile.py|Post-Compile.py]]
 
* [[IoT - Modular - Post-Compile.py|Post-Compile.py]]

Revision as of 15:31, 30 April 2021

This is very much a Work in Progress. The intent is to build a reasonably complete set of code-blocks that will result (with conditional compilation) in functional and ready to deploy firmware for the ESP8266.

(You'll also notice that I'm working on my sugarBush code ATM... :P )

The Code

Header Files

Common Code Parts

"Alerts" Code Parts

"Controls" Code Parts

"Display" Code Parts

"Sensing" Code Parts

Climate

Other

"Storage" Code Parts

IDE Setup & Such