robot

Dependencies:   FastPWM3 mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers BREMSConfig.h Source File

BREMSConfig.h

00001 #ifndef __BREMS_CONFIG_H
00002 #define __BREMS_CONFIG_H
00003 
00004 #include "BREMSStructs.h"
00005 
00006 void BREMSConfigRegisters(IOStruct *io);
00007 void BREMSZeroCurrent(ReadDataStruct *read);
00008 void BREMSStartupMsg(ReadDataStruct *read, Serial *pc);
00009 void BREMSInit(IOStruct *io, ReadDataStruct *read, FOCStruct *foc, ControlStruct *control, bool tune);
00010 
00011 #endif