Difference between revisions of "IoT - Modular Firmware"

From The TinkerNet Wiki
Jump to navigation Jump to search
 
Line 35: Line 35:
 
**[[IoT - Modular - TCA9548A.h|TCA9548A.h]]
 
**[[IoT - Modular - TCA9548A.h|TCA9548A.h]]
 
**[[IoT - Modular - Touch.h|Touch.h]]
 
**[[IoT - Modular - Touch.h|Touch.h]]
 +
**[[IoT - Modular - Thermocouples.h|Thermocouples.h]]
  
 
==Common Code Parts==
 
==Common Code Parts==

Latest revision as of 12:23, 1 May 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