mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
move SHT3X to separate file
This commit is contained in:
5
lib/iictask/GwSHT3X.h
Normal file
5
lib/iictask/GwSHT3X.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#ifndef _GWSHT3X_H
|
||||
#define _GWSHT3X_H
|
||||
#include "GwIicSensors.h"
|
||||
void registerSHT3X(GwApi *api,SensorList &sensors);
|
||||
#endif
|
||||
Reference in New Issue
Block a user