aboutsummaryrefslogtreecommitdiff
path: root/main.ino
Commit message (Collapse)AuthorAge
* simple serial command protocoldakkar2022-04-02
| | | | tagged responses, just because
* prefix for Serial printsdakkar2022-04-02
| | | | | * `#` → debug * `!` → warn
* debug printsdakkar2022-04-01
|
* start of data logging to sd carddakkar2022-04-01
|
* low power displaydakkar2022-03-27
|
* break code into logical componentsdakkar2022-03-27
|
* battery voltage, move display arounddakkar2022-03-27
|
* calibration only needs to be done once!dakkar2022-03-06
| | | | | | Revert "force calibration" This reverts commit 6aa491b6da5f842f4d147a283f05ddd57fb824dd.
* force calibrationdakkar2022-03-06
| | | | | I can't make `Serial.available()` work, so I just hard-coded the current COâ‚‚ value
* some sort of partial updatesdakkar2022-02-12
| | | | it's much faster, but the image is less "crisp"
* use SPS30 as welldakkar2022-02-04
|
* show values on eink displaydakkar2022-01-28
|
* sensirion example, worksdakkar2022-01-28