nueva libreria

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
vikglz
Date:
Tue Feb 16 14:10:14 2016 +0000
Parent:
0:cd153904115f
Commit message:
cambio de funcion;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Feb 16 14:06:17 2016 +0000
+++ b/main.cpp	Tue Feb 16 14:10:14 2016 +0000
@@ -2,7 +2,7 @@
 
 DigitalOut myled(LED1);
 
-int main() {
+void mensaje() {
     while(1) {
         myled = 1;
         wait(0.2);