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

Dependencies:   mbed-src

Files at this revision

API Documentation at this revision

Comitter:
Foxnec
Date:
Tue May 12 10:09:19 2015 +0000
Parent:
2:2290577c8ac4
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	Sun Apr 26 20:04:26 2015 +0000
+++ b/main.cpp	Tue May 12 10:09:19 2015 +0000
@@ -3,7 +3,9 @@
 * @author  Marta Krepelkova
 * @version V0.1
 * @date    26-April-2015
-* @brief   LED blinking with microcontroller in a small package
+* @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!
 ***********************************************************************************/
  
 /**********************************************************************************/