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.
CAN/CAN_com.h
- Committer:
- benkatz
- Date:
- 2018-05-25
- Revision:
- 42:738fa01b0346
- Child:
- 47:e1196a851f76
File content as of revision 42:738fa01b0346:
#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