mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-30 14:03:07 +01:00
8 lines
139 B
C
8 lines
139 B
C
#ifndef _GWLEDS_H
|
|
#define _GWLEDS_H
|
|
#include "GwApi.h"
|
|
//task function
|
|
void handleLeds(GwApi *param);
|
|
|
|
DECLARE_USERTASK(handleLeds);
|
|
#endif |