IVSC Project

Dependencies:   USBDevice mbed

Files at this revision

API Documentation at this revision

Comitter:
kevinkent
Date:
Thu Jun 06 22:01:51 2013 +0000
Parent:
2:d0778c36d28d
Child:
4:262764d24e4d
Commit message:
test

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Nov 28 19:14:21 2012 +0000
+++ b/main.cpp	Thu Jun 06 22:01:51 2013 +0000
@@ -52,6 +52,10 @@
            pc.printf("Going to Relay set\n");
             Set_Relay(recv.data);
             break;        
+        case 6:
+           pc.printf("Going to Resistor Chain set\n");
+            //Set_Relay(recv.data);
+            break;        
         default:
             break;
         } //End switch