Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 3:0072c2a81472, committed 2013-06-06
- 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
