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