catchrobo2022 / Mbed 2 deprecated CatchroboGripper

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers CAN_com.h Source File

CAN_com.h

00001 #ifndef CAN_COM_H
00002 #define CAN_COM_H
00003 
00004 #include "../structs.h"
00005 #include "mbed.h"
00006 #include "../math_ops.h"
00007 
00008 #define CAN_ID 4
00009 
00010 void pack_reply(CANMessage *msg, float p, float v, float t);
00011 void unpack_cmd(CANMessage msg, ControllerStruct * controller);
00012 
00013 
00014 #endif