Difference between revisions of "IoT - Modular Firmware"
Jump to navigation
Jump to search
(Created page with "==Common Code Parts== * main.cpp * WiFi.cpp * MQTT.cpp * I2C.cpp * Supplimentary.cpp * Debugging.cpp =="Alerts" Code Parts== * Noise.cpp * Pixels.cpp =="Controls" Code Par...") |
|||
Line 1: | Line 1: | ||
==Common Code Parts== | ==Common Code Parts== | ||
− | * main.cpp | + | * [[IoT - Modular - main.cpp|main.cpp]] |
− | * WiFi.cpp | + | * [[IoT - Modular - WiFi.cpp|WiFi.cpp]] |
− | * MQTT.cpp | + | * [[IoT - Modular - MQTT.cpp|MQTT.cpp]] |
− | * I2C.cpp | + | * [[IoT - Modular - I2C.cpp|I2C.cpp]] |
− | * Supplimentary.cpp | + | * [[IoT - Modular - Supplimentary.cpp|Supplimentary.cpp]] |
− | * Debugging.cpp | + | * [[IoT - Modular - Debugging.cpp|Debugging.cpp]] |
=="Alerts" Code Parts== | =="Alerts" Code Parts== |
Revision as of 13:05, 29 April 2021
Contents
Common Code Parts
"Alerts" Code Parts
- Noise.cpp
- Pixels.cpp
"Controls" Code Parts
- Triggers.cpp
- HallEffect.cpp
- CapTouch.cpp
"Display" Code Parts
- SSD1306.cpp (OLED)
- ILI9341.cpp (TFT)
"Sensing" Code Parts
Climate
- BME280.cpp
- BMP180.cpp
Other
- DepthProbes.cpp
"Storage" Code Parts
- SDcard.cpp