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
Diff: main.cpp
- Revision:
- 2:f07832d7a563
- Parent:
- 1:fbe0e730a150
--- 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"
