Initial public release.
This commit is contained in:
parent
7b169e8116
commit
dac4af8d25
255 changed files with 68595 additions and 2 deletions
13
2020TPCAppNoDFU.cydsn/Fire_Control.h
Normal file
13
2020TPCAppNoDFU.cydsn/Fire_Control.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#ifndef FIRE_CONTROL_H
|
||||
#define FIRE_CONTROL_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
extern TaskHandle_t Fire_Control_Task_Handle;
|
||||
|
||||
void Init_Fire_Control(void);
|
||||
void Fire_Control_Task(void * pvParameters);
|
||||
void Fire_Control_Set_Modulation_Frequency(ModulationFrequency_T freq);
|
||||
|
||||
#endif // FIRE_CONTROL_H
|
Loading…
Add table
Add a link
Reference in a new issue