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: mbed SDFileSystem
Revision 3:f281a7095433, committed 2022-02-04
- Comitter:
- mariangelamone
- Date:
- Fri Feb 04 14:33:57 2022 +0000
- Parent:
- 2:8e4ad4ac6425
- Commit message:
- SD card per salvare su file compatibile con excel
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 8e4ad4ac6425 -r f281a7095433 main.cpp --- a/main.cpp Fri Oct 25 08:54:07 2019 +0000 +++ b/main.cpp Fri Feb 04 14:33:57 2022 +0000 @@ -10,7 +10,7 @@ #include "SDFileSystem.h" DigitalOut myled(PB_1); //pin15 -Serial pc(PA_9, PA_10, 9600); //pin19,20 TX,RX +Serial pc(SERIAL_TX, SERIAL_RX); SDFileSystem sd = SDFileSystem(PB_5, PB_4, PB_3, PA_15, "sd"); //pin28,27,26,25