1
0

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:
Jose
2025-05-06 22:56:41 +02:00
parent fa1b457004
commit b2c7b7677b
6 changed files with 116 additions and 60 deletions

View File

@@ -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();