mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
5 lines
120 B
C
5 lines
120 B
C
#ifndef _GWBME280_H
|
|
#define _GWBME280_H
|
|
#include "GwIicSensors.h"
|
|
SensorBase::Creator registerBME280(GwApi *api);
|
|
#endif |