Bart's version for testing step/dir control

Dependencies:   mbed-dev-f303 FastPWM3

CAN/CAN_com.h

Committer:
bdring
Date:
2020-03-03
Revision:
54:3e056b097c52
Parent:
47:e1196a851f76

File content as of revision 54:3e056b097c52:

#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