Jens Frank Jensen / Mbed 2 deprecated foc-ed_in_the_bot_compact

Dependencies:   mbed FastPWM3

BREMS/BREMSConfig.h

Committer:
bwang
Date:
2017-03-10
Revision:
82:5e741c5ffd9f
Parent:
42:030e0ec4eac5

File content as of revision 82:5e741c5ffd9f:

#ifndef __BREMS_CONFIG_H
#define __BREMS_CONFIG_H

#include "BREMSStructs.h"

void BREMSConfigRegisters(IOStruct *io);
void BREMSZeroCurrent(ReadDataStruct *read);
void BREMSStartupMsg(ReadDataStruct *read, Serial *pc);
void BREMSInit(IOStruct *io, ReadDataStruct *read, FOCStruct *foc, ControlStruct *control);

#endif