1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 06:53:07 +01:00
Files
esp32-nmea2000-obp60/lib/iictask/GwBME280.h

5 lines
120 B
C

#ifndef _GWBME280_H
#define _GWBME280_H
#include "GwIicSensors.h"
SensorBase::Creator registerBME280(GwApi *api);
#endif