3/20 2:04

Dependencies:   mbed move4wheel2 EC CruizCore_R1370P

can/can.h

Committer:
yuki0701
Date:
2019-03-19
Revision:
13:f9867c3b97b0
Parent:
11:9db93bce4eef

File content as of revision 13:f9867c3b97b0:

#ifndef HARUROBO2019_CAN
#define HARUROBO2019_CAN

extern int T1;
extern int usw_flag;

void can_readsend();

void can_start();

void UserLoopSetting_can();

#endif