kopia lustrzana https://github.com/pjalocha/esp32-ogn-tracker
12 wiersze
153 B
C
12 wiersze
153 B
C
![]() |
#include "hal.h"
|
||
|
|
||
|
void SoundMsg(char ch);
|
||
|
int SoundMsg(const char *Msg);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C"
|
||
|
#endif
|
||
|
void vTaskSOUND(void* pvParameters);
|
||
|
|
||
|
|