3/20 13:39

Dependencies:   mbed move4wheel2 EC CruizCore_R1370P

can/can.h

Committer:
yuki0701
Date:
2019-03-20
Revision:
14:6c1b36c55915
Parent:
11:9db93bce4eef

File content as of revision 14:6c1b36c55915:

#ifndef HARUROBO2019_CAN
#define HARUROBO2019_CAN

extern int T1;
extern int usw_flag;

void can_readsend();

void can_start();

void UserLoopSetting_can();

#endif