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: N5110 SDFileSystem mbed
Revision 4:f17082a43006, committed 2016-05-07
- Comitter:
- wuchyi
- Date:
- Sat May 07 14:45:02 2016 +0000
- Parent:
- 3:cea8b85dbbdd
- Commit message:
- updated documentation
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
| main.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat May 07 14:38:27 2016 +0000 +++ b/main.cpp Sat May 07 14:45:02 2016 +0000 @@ -1,3 +1,11 @@ + +/** +@file main.cpp + +@brief Program implementation + +*/ + #include "main.h" int main()
--- a/main.h Sat May 07 14:38:27 2016 +0000 +++ b/main.h Sat May 07 14:45:02 2016 +0000 @@ -14,7 +14,6 @@ /** @namespace lcd @brief Define output pins for lcd display -VCC, SCE, RST, D/C, MOSI, SCLK, LED */ N5110 lcd (PTE26 , PTA0 , PTC4 , PTD0 , PTD2 , PTD1 , PTC3); @@ -22,7 +21,6 @@ /** @namespace sd @brief Define output pins for SD card -VCC, SCE, RST, D/C, MOSI, SCLK, LED */ SDFileSystem sd(PTE3, PTE1, PTE2, PTE4, "sd");