Basis for the C2 protocol from Silicon Labs.

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
Ivop
Date:
Sat May 24 11:25:49 2014 +0000
Child:
1:7a82f806fe92
Commit message:
1st commit, not much to see yet

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat May 24 11:25:49 2014 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+
+DigitalOut c2ck(p5);
+DigitalInOut c2d(p6);
+
+int main() {
+    printf("SiLabs C2 Protocol\n\r");
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sat May 24 11:25:49 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/0b3ab51c8877
\ No newline at end of file