Jürgen Schüle / Mbed 2 deprecated Nucleo-F091_GettingStarted

Dependencies:   mbed

Revision:
11:9080f0d4fd85
Parent:
10:9a7884230fd8
Child:
12:27055a1b43ed
--- a/main.cpp	Wed Dec 12 10:46:12 2018 +0000
+++ b/main.cpp	Mon Mar 11 12:32:47 2019 +0000
@@ -8,6 +8,11 @@
  * - Reads userbutton
  * - Prints on serial terminal
  * - Reads character from serial terminal
+ *
+ *  To run the code on the mbed-simulator, change:
+    - Change #define PRESSED 0 to 1 
+    - Delete the Serial pc object
+    - substitute pc.printf() by printf()
  */
 
 Serial pc(SERIAL_TX, SERIAL_RX);