Arduino 16x2 LCD Keypad Shield + Nucleo-F030R8 controlling PWM LED with LCD menu

Dependencies:   TextLCD mbed

Fork of Nucleo_LCD_Keypad_Shield by Sergey Frolov

Files at this revision

API Documentation at this revision

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
--- 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"