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.
Fork of Nucleo_LCD_Keypad_Shield by
Revision 2:f07832d7a563, committed 2016-07-25
- Comitter:
- adamumpsimus
- Date:
- Mon Jul 25 12:51:30 2016 +0000
- Parent:
- 1:fbe0e730a150
- Commit message:
- added some notes to main.cpp
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r fbe0e730a150 -r f07832d7a563 main.cpp --- a/main.cpp Fri Jul 15 12:21:12 2016 +0000 +++ b/main.cpp Mon Jul 25 12:51:30 2016 +0000 @@ -1,3 +1,6 @@ +// NOTES: +// 1. mbed.h MUST BE the revision from 30 Mar 2016, otherwise it will behave strange and unexpected! Older or newer versions won't work. +// For example, with the latest version of mbed.h from 25 May 2016, the "wait" function does not work at all, it's the same as if it's not there. #include "mbed.h" #include "TextLCD.h"