esp32-ogn-tracker/main/ctrl.h

14 wiersze
202 B
C

#include "fifo.h"
#include "hal.h"
#include "igc-key.h"
extern IGC_Key IGC_SignKey;
// extern FIFO<uint8_t, 8> KeyBuffer;
#ifdef __cplusplus
extern "C"
#endif
void vTaskCTRL(void* pvParameters);