SONIDOS
Dependencies: mbed wave_player SDFileSystem
Diff: main.cpp
- Revision:
- 2:f4ea87b08d77
- Parent:
- 0:bdbd3d6fc5d5
--- a/main.cpp Tue May 16 05:18:55 2017 +0000 +++ b/main.cpp Mon Jun 08 02:24:27 2020 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" #include "SDFileSystem.h" -SDFileSystem sd(p5, p6, p7, p8, "sd"); // the pinout on the mbed Cool Components workshop board +SDFileSystem sd(D11, D12, D13, D10, "sd"); // the pinout on the mbed Cool Components workshop board int main() { printf("Hello World!\n");