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.
Diff: main.cpp
- Revision:
- 1:91fa4b9c427d
- Parent:
- 0:26dc9db5d170
- Child:
- 2:3d6046fdc6b7
diff -r 26dc9db5d170 -r 91fa4b9c427d main.cpp
--- a/main.cpp Thu May 25 07:54:07 2017 +0000
+++ b/main.cpp Thu May 25 07:59:42 2017 +0000
@@ -39,7 +39,7 @@
lcd.printf("%d,%d,%d",angleCal(data2[0],data3[0]), angleCal(data4[0],data5[0]), angleCal(data6[0],data7[0]));
}
}
- wait(1);
+ wait(0.5);
lcd.cls();
}
}