Difference between revisions of "IoT - Modular Firmware"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
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. | 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 ) | ||
==Common Code Parts== | ==Common Code Parts== |
Revision as of 12:45, 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 )
Contents
Common Code Parts
"Alerts" Code Parts
"Controls" Code Parts
"Display" Code Parts
- SSD1306.cpp (OLED)
- ILI9341.cpp (TFT)