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.
motorControl.h
- Committer:
- m_davis36
- Date:
- 2014-11-20
- Revision:
- 0:06eeb3428e6c
File content as of revision 0:06eeb3428e6c:
//*** ELEC 3052: APPLIED PROJECT ---------------------------------------------
// Project: Beverage Rover
//
// motorControl.h
//
// Desciption: -
//
//-----------------------------------------------------------------------------
//***** TYPEDEFS *************************************************
typedef int motor_t;
//***** DEFINES *************************************************
#define MAXMOTORS 4
//***** PROTOTYPES **********************************************
void initializeMotorData(void);