Basis for the C2 protocol from Silicon Labs.

Dependencies:   mbed

Committer:
Ivop
Date:
Sat May 24 11:25:49 2014 +0000
Revision:
0:902f10e5d3e0
Child:
1:7a82f806fe92
1st commit, not much to see yet

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Ivop 0:902f10e5d3e0 1 #include "mbed.h"
Ivop 0:902f10e5d3e0 2
Ivop 0:902f10e5d3e0 3 DigitalOut c2ck(p5);
Ivop 0:902f10e5d3e0 4 DigitalInOut c2d(p6);
Ivop 0:902f10e5d3e0 5
Ivop 0:902f10e5d3e0 6 int main() {
Ivop 0:902f10e5d3e0 7 printf("SiLabs C2 Protocol\n\r");
Ivop 0:902f10e5d3e0 8 }