改良版位置補正プログラム動作未確認

Dependencies:   mbed move4wheel2 EC CruizCore_R1370P

can/can.h

Committer:
yuki0701
Date:
2019-03-08
Revision:
10:cf5c159e729a
Parent:
8:2ba338b4590e

File content as of revision 10:cf5c159e729a:

#ifndef HARUROBO2019_CAN
#define HARUROBO2019_CAN

extern int T1;

void can_readsend();

void can_start();

void UserLoopSetting_can();

#endif