esp32-nmea2000-obp60/lib/iictask/GwSHT3X.h

5 lines
122 B
C

#ifndef _GWSHT3X_H
#define _GWSHT3X_H
#include "GwIicSensors.h"
void registerSHT3X(GwApi *api,SensorList &sensors);
#endif