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-dev-f303 FastPWM3
CAN_com.h
00001 #ifndef CAN_COM_H 00002 #define CAN_COM_H 00003 00004 #include "../structs.h" 00005 #include "user_config.h" 00006 #include "mbed.h" 00007 #include "../math_ops.h" 00008 00009 void pack_reply(CANMessage *msg, float p, float v, float t); 00010 void unpack_cmd(CANMessage msg, ControllerStruct * controller); 00011 00012 00013 #endif
Generated on Wed Jul 13 2022 07:21:26 by
