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.
Dependencies: QEI RemoteIR mbed
Fork of encoder_v2 by
Diff: main.cpp
- Revision:
- 10:707e542688dc
- Parent:
- 7:e10dc3cb9212
diff -r 20b8b64ed259 -r 707e542688dc main.cpp --- a/main.cpp Fri Dec 01 01:19:35 2017 +0000 +++ b/main.cpp Fri Dec 01 02:00:02 2017 +0000 @@ -12,8 +12,8 @@ PwmOut m_Left_B(PB_6); */ -/*//IRR = IR Reciver -AnalogIn RS_IRR(PA_0); //Right Side +//IRR = IR Reciver +/*AnalogIn RS_IRR(PA_0); //Right Side AnalogIn RF_IRR(PA_4); //Right Front AnalogIn LF_IRR(PC_1); //Left Front AnalogIn LS_IRR(PC_0); //Left Side @@ -23,7 +23,7 @@ DigitalOut RF_IRE(PC_11); //Right Front DigitalOut LF_IRE(PB_0); //Left Front DigitalOut LS_IRE(PB_7); //Left Side - +*/ //QEI functions /* void reset (void)
