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: SDFileSystem_conMOD mbed
Fork of f4_def_v2_def by
setting.h@11:870db9864028, 2018-01-22 (annotated)
- Committer:
- rattokiller
- Date:
- Mon Jan 22 18:38:24 2018 +0000
- Revision:
- 11:870db9864028
- Parent:
- 2:f59bd5312559
prova all
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
NdA994 | 2:f59bd5312559 | 1 | #ifndef __SETTING__ |
NdA994 | 2:f59bd5312559 | 2 | #define __SETTING__ |
NdA994 | 2:f59bd5312559 | 3 | |
NdA994 | 2:f59bd5312559 | 4 | #include "mbed.h" |
NdA994 | 2:f59bd5312559 | 5 | |
NdA994 | 2:f59bd5312559 | 6 | #include "lettoreSD.h" |
NdA994 | 2:f59bd5312559 | 7 | |
NdA994 | 2:f59bd5312559 | 8 | Serial pc(USBTX, USBRX); |
NdA994 | 2:f59bd5312559 | 9 | |
NdA994 | 2:f59bd5312559 | 10 | void init(){ |
NdA994 | 2:f59bd5312559 | 11 | pc.baud(921600); |
NdA994 | 2:f59bd5312559 | 12 | } |
NdA994 | 2:f59bd5312559 | 13 | |
NdA994 | 2:f59bd5312559 | 14 | |
NdA994 | 2:f59bd5312559 | 15 | |
NdA994 | 2:f59bd5312559 | 16 | |
NdA994 | 2:f59bd5312559 | 17 | |
NdA994 | 2:f59bd5312559 | 18 | #endif |