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.
PinDefinitions.h
- Committer:
- nathanielchu
- Date:
- 2015-10-22
- Revision:
- 0:524c6a42541a
- Child:
- 1:92eb1c9934ee
File content as of revision 0:524c6a42541a:
#include "mbed.h"
#include "QEI.h"
PwmOut LMOTORA(PB_5);
PwmOut LMOTORB(PB_10);
PwmOut RMOTORA(PA_6);
PwmOut RMOTORB(PB_8);
QEI LENC (PC_1, PC_0, NC, 100);