Getting Synched

First time after a lot of tries. -Bill
This commit is contained in:
Bill Verplank
2012-12-07 08:15:45 -08:00
parent 0a0e857cea
commit 4c9e2ee748
23 changed files with 1849 additions and 439 deletions
@@ -44,7 +44,7 @@ void loop(){
vf += ff*tf;
xf += vf*tf;
if(c++==0) // when c gets to 255 it next == 0 and send data
if(c++==0) // when c gets to 255 it's next == 0 and sends data
{
Serial.print(x);
Serial.print(" ");