just a test of how things work

Dependencies:   mbed

Revision:
1:8c176d51adad
Parent:
0:f7b01dcd55c7
Child:
2:cc5c85f21919
--- a/main.cpp	Tue Nov 02 22:26:42 2010 +0000
+++ b/main.cpp	Tue Nov 02 22:39:39 2010 +0000
@@ -1,9 +1,13 @@
 #include "mbed.h"
+//! @author Darron Nielsen 
+//! @date today2010
+
 
 DigitalOut myled(LED1);
 Timer t;
 
-
+/** hello the traditional first program that many people learn.
+*/
 int main() {
     while (1) {
         myled = 1;