1
0
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:
andreas
2023-11-03 18:36:43 +01:00
parent e8e3262a0d
commit 0c736bd24a
3 changed files with 187 additions and 171 deletions

5
lib/iictask/GwSHT3X.h Normal file
View File

@@ -0,0 +1,5 @@
#ifndef _GWSHT3X_H
#define _GWSHT3X_H
#include "GwIicSensors.h"
void registerSHT3X(GwApi *api,SensorList &sensors);
#endif