1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-16 15:33:05 +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 GWSHT3X
#include "SHT3X.h"
bool SHT3X::init(uint8_t slave_addr_in, TwoWire* wire_in)
@@ -43,3 +45,4 @@ byte SHT3X::get()
return 0;
}
#endif