Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: 4DGL-uLCD-SE Physac-MBED PinDetect SDFileSystem mbed-rtos mbed
Revision 10:f5a84133bd65, committed 2022-11-29
- 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