mirror of
https://github.com/revspace/operame
synced 2024-10-31 21:47:30 +00:00
f4fe6e3a1e
- Removed unused #define and 'using namespace' - Moved magic literals to global const - Reordered functions - Changed timers in main loop to simple macro instead of Timer class - Changed several identifiers - Reformatted global variable assignments |
||
---|---|---|
.gitignore | ||
LICENSE | ||
logo.h | ||
logo.png | ||
operame.ino | ||
platformio.ini | ||
README.md |
Operame
Dit is de broncode van de firmware voor de Operame CO2-meter.
Gebruik
Installatie
Deze repository gebruikt PlatformIO voor installatie.
- Installeer PlatformIO.
- Kloon deze repository lokaal.
- Ga naar de map van deze repository en voer
pio run
uit.