1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-18 00:03:07 +01:00

add exampleTask

This commit is contained in:
wellenvogel
2021-11-25 19:55:13 +01:00
parent 5b39145e4f
commit 99ba4b3d8e
4 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#ifndef _GWEXAMPLETASK_H
#define _GWEXAMPLETASK_H
//task function
void exampleTask(void *param);
#endif