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

5 lines
146 B
C

#ifndef _GWBME280_H
#define _GWBME280_H
#include "GwIicSensors.h"
IICSensorBase::Creator registerBME280(GwApi *api,IICSensorList &sensors);
#endif