esp32-ogn-tracker/main/stratux.h

12 wiersze
194 B
C

2020-08-29 11:49:46 +00:00
#include "hal.h"
bool Stratux_isConnected(void);
int Stratux_Read (uint8_t &Byte);
void Stratux_Write (char Byte);
#ifdef __cplusplus
extern "C"
#endif
void vTaskSTX(void* pvParameters);