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

Dependencies:   mbed-STM32F030F4

Files at this revision

API Documentation at this revision

Comitter:
Foxnec
Date:
Tue May 12 10:01:15 2015 +0000
Parent:
2:ea82db1b8367
Commit message:
Changes to comments

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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!
 ***********************************************************************************/
  
 /**********************************************************************************/