init
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#ifndef SETUP_H
|
||||
#define SETUP_H
|
||||
|
||||
extern TaskHandle_t setupTaskHandle;
|
||||
|
||||
void initialSetup();
|
||||
void setupLoop();
|
||||
void setupLoop(void *pvParameters);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user