1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-16 07:23:07 +01:00

move QMP6988 to separate file

This commit is contained in:
andreas
2023-11-03 18:28:44 +01:00
parent 899aa3fe4a
commit e8e3262a0d
4 changed files with 163 additions and 143 deletions

View File

@@ -7,18 +7,6 @@
#ifdef _GWIIC
#include <Wire.h>
#endif
#ifndef GWIIC_SDA
#define GWIIC_SDA -1
#endif
#ifndef GWIIC_SCL
#define GWIIC_SCL -1
#endif
#ifndef GWIIC_SDA2
#define GWIIC_SDA2 -1
#endif
#ifndef GWIIC_SCL2
#define GWIIC_SCL2 -1
#endif
#define CFG_GET(name,prefix) \
cfg->getValue(name, GwConfigDefinitions::prefix ## name)