Using FRDM Board to output data and a clock for communications example.

Dependencies:   mbed

Revision:
1:4c0c28cc2b2c
Parent:
0:7c7f4b30d64f
Child:
2:11f32d8cfa11
--- a/main.cpp	Thu Feb 26 14:52:18 2015 +0000
+++ b/main.cpp	Thu Feb 26 15:53:11 2015 +0000
@@ -20,8 +20,8 @@
     skew_flag = 1;
     
     //set timers
-    msecs = 10;
-    sksecs = 8;
+    msecs = 2000;
+    sksecs = 1800;
     
     //output a clock pulse and data.
     while(1)
@@ -47,4 +47,6 @@
         //reset skew flag
         skew_flag = 1;
     }
-}
\ No newline at end of file
+}
+
+//crc = x^5+x^4+x^2+1
\ No newline at end of file