mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 15:33:05 +01:00
handle buttons and leds completely as user tasks
This commit is contained in:
7
lib/buttontask/GwButtonTask.h
Normal file
7
lib/buttontask/GwButtonTask.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _GWBUTTONTASK_H
|
||||
#define _GWBUTTONTASK_H
|
||||
#include "GwApi.h"
|
||||
//task function
|
||||
void handleButtons(GwApi *param);
|
||||
DECLARE_USERTASK(handleButtons);
|
||||
#endif
|
||||
Reference in New Issue
Block a user