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: SB1602E SDFileSystem mbed
Revision 3:7bc0db64fa61, committed 2016-01-20
- Comitter:
- mbed_Cookbook_SE
- Date:
- Wed Jan 20 15:16:30 2016 +0000
- Parent:
- 2:78ba5d3f0ac9
- Commit message:
- ??
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun May 17 06:31:47 2015 +0000 +++ b/main.cpp Wed Jan 20 15:16:30 2016 +0000 @@ -5,7 +5,7 @@ #define LOG_MAX 120 AnalogIn sensor(dp13); -SB1602E lcd( dp5, dp27 ); +SB1602E lcd( dp5, dp27 ); SDFileSystem sd(dp2, dp1, dp6, dp4, "sd"); int main() {