1
0
Fork 0
Projet_Barbapapa_Firmware/include
Teo-CD a7c2856ef6 Speaker: Introduce audio playback
Introduce the Speaker class to play audio from the SD card when detecting
tags.
The only audio supported is WAV.

Audio playback is handled via interrupts, so it might try to read from the
SD card at the same time as the LCD class is trying to read new frames.
Update the LCD animation code to temporarily disable audio interrupts while
reading from the SD card.
2023-10-22 21:19:29 +01:00
..
Com.h Com: Make the comment length explicit 2023-10-22 21:16:49 +01:00
IDs.h IDs: Introduce ID handling functions and data 2023-10-21 18:23:43 +01:00
LCD.h Speaker: Introduce audio playback 2023-10-22 21:19:29 +01:00
Pinout.h Add pinout 2023-09-09 18:19:57 +01:00
RFID.h IDs: Introduce ID handling functions and data 2023-10-21 18:23:43 +01:00
Speaker.h Speaker: Introduce audio playback 2023-10-22 21:19:29 +01:00