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