add bit of docs

This commit is contained in:
Travis Shears 2025-09-06 21:36:35 +02:00
parent 6adf5dca28
commit 495d415102
2 changed files with 3 additions and 0 deletions

View file

@ -14,6 +14,7 @@ I have since switch to using C for better performance and control.
- ✅ read tempature
- ✅ read humidity
- ✅ read atmospheric pressure
- ✅ read partical matter PM1, PM2.5, and PM10
- read partical matter PM1, PM2.5, and PM10
- read noise levels
- read wind speed

View file

@ -11,11 +11,13 @@
#include <stdio.h>
#define LOOP_INTERVAL_MS 5000
// TODO: put loop back to 30 seconds when done testing
// #define LOOP_INTERVAL_MS 30000
/**
* Balcony Weather Station Node 1
* record sensor data and send it to home assistant every 5 minutes
* Sensors: BME280, PMS5003
*/
void comms_led_init() {