minimacplus/components/tme/snd.h

6 lines
92 B
C

#include <stdint.h>
void sndInit();
int sndDone();
int sndPush(uint8_t *data, int volume);