1
0

Remove MQ7 and BMP280 files and update their headers and implementations

This commit is contained in:
Jose
2025-04-11 10:07:59 +02:00
parent b02d3539cb
commit 1b470ad910
4 changed files with 0 additions and 0 deletions

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

@@ -0,0 +1,7 @@
#include <Arduino.h>
#define ANALOG_MQ7 33
#define DIGITAL_MQ7 32
void MQ7_Init();
void MQ7_Read();