1
0
forked from me/IronOS

Add warnings to show if accel or pd is missing on startup first 2 times

This commit is contained in:
Ben V. Brown
2021-01-01 09:56:52 +11:00
parent 120161857b
commit 17fe108432
7 changed files with 62 additions and 58 deletions

View File

@@ -15,6 +15,7 @@ void vApplicationStackOverflowHook(TaskHandle_t *pxTask,
signed portCHAR *pcTaskName);
#define NO_DETECTED_ACCELEROMETER 99
#define ACCELEROMETERS_SCANNING 100
//Threads
void startGUITask(void const *argument);
void startPIDTask(void const *argument);