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.
Dependencies: mbed SpeedController Encoder CruizCore_R1370P
Diff: main.cpp
- Revision:
- 5:5f7db16f8ade
- Parent:
- 4:36cefeaeb594
- Child:
- 7:85d5db1cadd3
diff -r 36cefeaeb594 -r 5f7db16f8ade main.cpp
--- a/main.cpp Thu Mar 05 07:17:44 2020 +0000
+++ b/main.cpp Thu Mar 05 07:19:23 2020 +0000
@@ -157,7 +157,7 @@
}
int main()
{
- printf("a");
+ printf("ab");
gyro.initialize(); //main関数の最初に一度だけ実行
gyro.acc_offset();
printf("start\r\n");