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.
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