arduino-mpduino/mpduino/rot_encoder.ino
Eric Teunis de Boone b231ada9dc Added DHT22 sensor
2017-02-26 04:13:16 +01:00

29 lines
196 B
C++

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