a

Dependencies:   LM75B mbed

Files at this revision

API Documentation at this revision

Comitter:
bulmenwt
Date:
Wed Jan 28 07:47:54 2015 +0000
Parent:
0:1adfdceaa068
Commit message:
a

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 1adfdceaa068 -r b7965a82c352 main.cpp
--- a/main.cpp	Sun Jan 18 18:06:24 2015 +0000
+++ b/main.cpp	Wed Jan 28 07:47:54 2015 +0000
@@ -33,12 +33,12 @@
         
     
         if (ch == 'a') {  // LED
-            myled1 = 1;
+            Led1 = 1;
           
         }   
         
         else if (ch == 'b') {  
-          myled1 = 0;
+          Led1 = 0;
             
             }