Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
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
Generated on Tue Jul 26 2022 02:53:05 by
