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/GwBMP280.h

7 lines
122 B
C

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