1
0

Refactor project structure: update Java version, remove MQ7 files, and add BMP280 support

This commit is contained in:
Jose
2025-04-11 10:02:05 +02:00
parent bbec62aac9
commit b02d3539cb
14 changed files with 99 additions and 38 deletions

7
hardware/include/MQ7.h 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();