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.
Fork of 2015robot_main by
Diff: main_ps3.cpp
- Revision:
- 59:9d66edf3e734
- Parent:
- 57:3fbd487e055e
- Child:
- 60:4a75f3f3a934
diff -r 3fbd487e055e -r 9d66edf3e734 main_ps3.cpp --- a/main_ps3.cpp Tue Sep 29 08:23:03 2015 +0000 +++ b/main_ps3.cpp Thu Oct 01 09:52:36 2015 +0000 @@ -3,6 +3,8 @@ */ //速度コントローラと向きコントローラはそのまま +//変更前のこのプログラムで実験 +//後で関数のinline宣言を外す /***コース選択***/ #define BLUE @@ -35,6 +37,7 @@ initializeMotors(); initializeControllers(); initializeSwing(); + initializeRS485(); #ifdef BLUE sita=PI/4.0,targ_sita=PI/4.0; IndicatorBLUE = 1;