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: ADXL345_I2C Control_Yokutan_CANver1 mbed
Fork of Souda_Yokutan_ver4_6 by
Revision 20:a5a85df4de13, committed 2016-05-28
- Comitter:
- YusukeWakuta
- Date:
- Sat May 28 08:30:52 2016 +0000
- Parent:
- 19:f9f1973bf2eb
- Commit message:
- 528TF??????; ;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed May 25 13:29:00 2016 +0000 +++ b/main.cpp Sat May 28 08:30:52 2016 +0000 @@ -14,12 +14,12 @@ #define ERURON_MOVE_DEG_INI_R 10 #define DRUG_MOVE_DEG_INI_R 76 -#define ERURON_TRIM_INI_R 86 //元々94 +#define ERURON_TRIM_INI_R 97 //元々94 #define DRUG_TRIM_INI_R 33 #define ERURON_MOVE_DEG_INI_L -7 #define DRUG_MOVE_DEG_INI_L -80 -#define ERURON_TRIM_INI_L 89 //元々95 +#define ERURON_TRIM_INI_L 113 //元々95 #define DRUG_TRIM_INI_L 110 CAN can(p30,p29);
