esp32-ogn-tracker/main/sound.h

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);