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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user