arduino-mpduino/mpduino/rot_encoder.ino

30 lines
196 B
C++

/* Functions to control playback */
void nextSong() {
}
void forward() {
}
void prevSong() {
}
void backward() {
}
void pause() {
}
void voldown() {
}
void volup() {
}