Initial public release.
This commit is contained in:
parent
7b169e8116
commit
dac4af8d25
255 changed files with 68595 additions and 2 deletions
9
2020TPCApp1.cydsn/Sample_Tasks.h
Normal file
9
2020TPCApp1.cydsn/Sample_Tasks.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef SAMPLE_TASKS_H
|
||||
#define SAMPLE_TASKS_H
|
||||
|
||||
extern TaskHandle_t Sample_Task_Handle;
|
||||
|
||||
void Sample_Task_Init(void);
|
||||
void Sample_Task(void * pvParameters);
|
||||
|
||||
#endif // SAMPLE_TASKS_H
|
Loading…
Add table
Add a link
Reference in a new issue