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