The simplest program , blink a led on pin PA_5

Dependencies:   Hotboards_leds mbed

Fork of led by Roman Valencia

Revision:
1:87da85491aaa
Parent:
0:b5cfc5f155cb
--- a/main.cpp	Mon Feb 29 19:58:35 2016 +0000
+++ b/main.cpp	Tue Mar 15 18:04:52 2016 +0000
@@ -1,7 +1,14 @@
 
-/*
+/* 
+ * file        Hotboards_leds.cpp
+ * autor       Diego 
+ * modified by Roman
+ * contact     hotboards.org
+ *
+ * Description
  * The simplest program I, blink a led on pin PA_5
- *
+ * This sketch show how to use the Hotboards_leds library 
+ * for toggling a led
  */
  
 #include "mbed.h"