mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 14:33:07 +01:00
9 lines
145 B
C
9 lines
145 B
C
#ifndef _GWLEDS_H
|
|
#define _GWLEDS_H
|
|
#include "GwApi.h"
|
|
//task init function
|
|
|
|
void initLeds(GwApi *param);
|
|
|
|
DECLARE_INITFUNCTION(initLeds);
|
|
#endif |