scd4x #1

Merged
mathieu merged 5 commits from scd4x into master 2023-11-28 23:12:29 +01:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit a6281c5581 - Show all commits

View File

@ -14,8 +14,6 @@
//Use Default i2c pin GPIO4(D2): SDA, GPIO5(D1):SCL
#define SEALEVELPRESSURE_HPA (1013.25)
#include <SFE_BMP180.h>
#include "debug_sketch.h"
int BME680GetMeasure(float &t, float &p, float &h, float &g, float &a);
int BME680Setup();