can出来ない~
Dependencies: mbed move4wheel2 EC CruizCore_R1370P
manual/manual.h@10:6d60c0927770, 2019-03-06 (annotated)
- Committer:
- yuki0701
- Date:
- Wed Mar 06 06:19:53 2019 +0000
- Revision:
- 10:6d60c0927770
- Parent:
- 6:26724c287387
a
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
la00noix | 0:c61c6e4775ca | 1 | #ifndef HARUROBO2019_MANUAL |
la00noix | 0:c61c6e4775ca | 2 | #define HARUROBO2019_MANUAL |
la00noix | 0:c61c6e4775ca | 3 | |
la00noix | 6:26724c287387 | 4 | extern int id1_value[7]; |
la00noix | 0:c61c6e4775ca | 5 | |
la00noix | 0:c61c6e4775ca | 6 | void CalManualOut(int v,int r_out); |
la00noix | 0:c61c6e4775ca | 7 | |
la00noix | 0:c61c6e4775ca | 8 | void ManualOut(int slow_v, int slow_r, int fast_v, int fast_r); |
la00noix | 0:c61c6e4775ca | 9 | |
la00noix | 0:c61c6e4775ca | 10 | #endif |