Sound update
Dependencies: 4DGL-uLCD-SE Physac-MBED PinDetect SDFileSystem mbed-rtos mbed
Revision 10:f5a84133bd65, committed 20 months ago
- Comitter:
- jstephens78
- Date:
- Tue Nov 29 22:51:16 2022 +0000
- Parent:
- 9:4e6fae5f9b23
- Child:
- 11:e00a208bd85a
- Commit message:
- Add include for sdfilesystem
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Nov 29 22:50:04 2022 +0000 +++ b/main.cpp Tue Nov 29 22:51:16 2022 +0000 @@ -1,7 +1,8 @@ #include "mbed.h" #include "rtos.h" #include "wave_player.h" -#include "Speaker.h" +//#include "Speaker.h" +#include "SDFileSystem.h" #include "uLCD_4DGL.h" SDFileSystem sd(p5, p6, p7, p8, "sd"); // the pinout on the mbed Cool Components workshop board