mirror of
https://github.com/xfjx/TonUINO.git
synced 2025-08-22 13:53:02 +02:00
Merge pull request #31 from seisfeld/library-fix
fixt build error wegen DFMiniMp3 library update auf 1.0.3
This commit is contained in:
@@ -105,6 +105,15 @@ class Mp3Notify {
|
|||||||
static void OnCardRemoved(uint16_t code) {
|
static void OnCardRemoved(uint16_t code) {
|
||||||
Serial.println(F("SD Karte entfernt "));
|
Serial.println(F("SD Karte entfernt "));
|
||||||
}
|
}
|
||||||
|
static void OnUsbOnline(uint16_t code) {
|
||||||
|
Serial.println(F("USB online "));
|
||||||
|
}
|
||||||
|
static void OnUsbInserted(uint16_t code) {
|
||||||
|
Serial.println(F("USB bereit "));
|
||||||
|
}
|
||||||
|
static void OnUsbRemoved(uint16_t code) {
|
||||||
|
Serial.println(F("USB entfernt "));
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
static DFMiniMp3<SoftwareSerial, Mp3Notify> mp3(mySoftwareSerial);
|
static DFMiniMp3<SoftwareSerial, Mp3Notify> mp3(mySoftwareSerial);
|
||||||
|
Reference in New Issue
Block a user