moved to sensor class

This commit is contained in:
2021-07-22 13:54:52 +02:00
parent 4af72b1710
commit 2babfff289
10 changed files with 266 additions and 158 deletions

View File

@@ -6,10 +6,9 @@
#include "PMS.h" // Particulate Matter Sensor driver (embedded)
#include "RunningMedian.h"
#include "mqtt.h"
#include "sensor.h"
uint32_t getLCDvalue(void);
void reportToMqtt(void );
void initParticles( void );
void handleParticles( void );