3/19 23:30
Dependencies: mbed move4wheel2 EC CruizCore_R1370P
can/can.h@12:762061580168, 2019-03-19 (annotated)
- Committer:
- yuki0701
- Date:
- Tue Mar 19 14:31:24 2019 +0000
- Revision:
- 12:762061580168
- Parent:
- 11:9db93bce4eef
a
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
la00noix | 0:c61c6e4775ca | 1 | #ifndef HARUROBO2019_CAN |
la00noix | 0:c61c6e4775ca | 2 | #define HARUROBO2019_CAN |
la00noix | 0:c61c6e4775ca | 3 | |
la00noix | 8:2ba338b4590e | 4 | extern int T1; |
yuki0701 | 11:9db93bce4eef | 5 | extern int usw_flag; |
la00noix | 8:2ba338b4590e | 6 | |
la00noix | 0:c61c6e4775ca | 7 | void can_readsend(); |
la00noix | 0:c61c6e4775ca | 8 | |
la00noix | 0:c61c6e4775ca | 9 | void can_start(); |
la00noix | 0:c61c6e4775ca | 10 | |
la00noix | 0:c61c6e4775ca | 11 | void UserLoopSetting_can(); |
la00noix | 0:c61c6e4775ca | 12 | |
la00noix | 0:c61c6e4775ca | 13 | #endif |