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

separate sensor libs

This commit is contained in:
andreas
2023-10-29 09:46:54 +01:00
parent 6281067afa
commit f606b78929
5 changed files with 53 additions and 16 deletions

View File

@@ -1,3 +1,5 @@
#include "GwHardware.h"
#ifdef GWQMP6988
#include <math.h>
#include "stdint.h"
#include "stdio.h"
@@ -390,3 +392,4 @@ uint8_t QMP6988::init(uint8_t slave_addr_in, TwoWire* wire_in) {
setOversamplingT(QMP6988_OVERSAMPLING_1X);
return 1;
}
#endif