In the current state all the timings work flawlessly but MQ is still 0.0f and GPS is not read
This commit is contained in:
@@ -28,8 +28,9 @@ enum AirQualityStatus {
|
||||
BAD
|
||||
};
|
||||
|
||||
void readMQ7();
|
||||
void processMQ7();
|
||||
void readBME280();
|
||||
void readGPS();
|
||||
void writeMatrix(const char* message);
|
||||
void printAllData();
|
||||
uint32_t getChipID();
|
||||
Reference in New Issue
Block a user