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 by
Revision 17:d91ce54dd09a, committed 2016-03-21
- Comitter:
- YusukeWakuta
- Date:
- Mon Mar 21 05:51:03 2016 +0000
- Parent:
- 16:82310bf7c326
- Child:
- 18:253f0526b8b3
- Commit message:
- 3?21?????????????
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Mar 18 06:13:47 2016 +0000 +++ b/main.cpp Mon Mar 21 05:51:03 2016 +0000 @@ -12,15 +12,15 @@ #define SEND_DATAS_LOOP_TIME 0.1 #define RECEIVE_DATAS_LOOP_TIME 0.05 -#define ERURON_MOVE_DEG_INI_R -12 +#define ERURON_MOVE_DEG_INI_R 12 #define DRUG_MOVE_DEG_INI_R 96 -#define ERURON_TRIM_INI_R 99 -#define DRUG_TRIM_INI_R 3 +#define ERURON_TRIM_INI_R 31 +#define DRUG_TRIM_INI_R 177 -#define ERURON_MOVE_DEG_INI_L 12 -#define DRUG_MOVE_DEG_INI_L 87 -#define ERURON_TRIM_INI_L 101 -#define DRUG_TRIM_INI_L 12 +#define ERURON_MOVE_DEG_INI_L -12 +#define DRUG_MOVE_DEG_INI_L -80 +#define ERURON_TRIM_INI_L 111 +#define DRUG_TRIM_INI_L 110 CAN can(p30,p29); CANMessage recmsg;
