1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-22 18:23:06 +01:00
Files
esp32-nmea2000-obp60/lib/buttontask/GwButtonTask.h
2023-10-27 20:54:39 +02:00

7 lines
156 B
C

#ifndef _GWBUTTONTASK_H
#define _GWBUTTONTASK_H
#include "GwApi.h"
//task function
void initButtons(GwApi *param);
DECLARE_INITFUNCTION(initButtons);
#endif