Fork and fix for mwork
Dependencies: mbed-dev-f303 FastPWM3 millis
CAN/CAN_com.h
- Committer:
- benkatz
- Date:
- 2018-12-05
- Revision:
- 47:e1196a851f76
- Parent:
- 42:738fa01b0346
- Child:
- 57:c26b0093783b
File content as of revision 47:e1196a851f76:
#ifndef CAN_COM_H #define CAN_COM_H #include "../structs.h" #include "user_config.h" #include "mbed.h" #include "../math_ops.h" void pack_reply(CANMessage *msg, float p, float v, float t); void unpack_cmd(CANMessage msg, ControllerStruct * controller); #endif