1
0

Merge pull request #13 from Gallardo7761/feature/MQ7

Feature/mq7
This commit is contained in:
Jose
2025-04-11 09:26:22 +02:00
committed by GitHub
4 changed files with 41 additions and 1 deletions

6
hardware/include/MQ7.hpp Normal file
View File

@@ -0,0 +1,6 @@
#include <Arduino.h>
#define analogMQ7 33
#define digitalMQ7 32
void MQ7_init();
void MQ7_read();

View File

@@ -18,6 +18,7 @@
#include "RestClient.hpp"
#include "WifiConnection.hpp"
#include "MqttClient.hpp"
#include "MQ7.hpp"
uint32_t getChipID();
>>>>>>> main