LED blinking with a small microcontroller (STM32F031/F050) with 4kB of RAM.

Dependencies:   mbed-STM32F030F4

Revision:
3:28b148d0e703
Parent:
2:ea82db1b8367
--- a/main.cpp	Tue May 12 09:58:12 2015 +0000
+++ b/main.cpp	Tue May 12 10:01:15 2015 +0000
@@ -5,6 +5,7 @@
 * @date    26-April-2015
 * @brief   LED blinking with microcontroller in a small package (TSSOP20), 4kB RAM
 *          Modified mbed-library.
+*          DO NOT FORGET TO SELECT NUCLEO-F030R8 AS YOUR MBED PLATFORM!
 ***********************************************************************************/
  
 /**********************************************************************************/