Datasheet
datasheet for details).
uint16_t loadPlugin(char *fn) - Load the specified plug-in.
void GPIO_digitalWrite(uint8_t i, uint8_t val) - Write to a GPIO pin.
void GPIO_digitalWrite(uint8_t i) - Write to all 8 GPIO pins at once.
uint16_t GPIO_digitalRead(void) - Read all 8 GPIO pins at once.
boolean GPIO_digitalRead(uint8_t i) - Read a single GPIO pin.
void GPIO_pinMode(uint8_t i, uint8_t dir) - Set the Pin Mode (INPUT/OUTPUT) for a
GPIO pin.
boolean prepareRecordOgg(char *plugin) - Initialize chip for OGG recording.
void startRecordOgg(boolean mic) - Start recording (mic = true for microphone input).
void stopRecordOgg(void) - Stop the recording.
uint16_t recordedWordsWaiting(void) - Returns the number of words recorded.
uint16_t recordedReadWord(void) - Reads the next word from the buffer of recorded
words.
uint16_t recordedReadWord(void) - Reads the next word from the buffer of recorded
words.
© Adafruit Industries
https://learn.adafruit.com/adafruit-music-maker-shield-vs1053-mp3-
wav-wave-ogg-vorbis-player
Page 31 of 33