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: mbed mbed-rtos Servo QEI
Sensors/Encoders/Encoder.cpp
- Committer:
- madcowswe
- Date:
- 2013-04-09
- Revision:
- 20:70d651156779
File content as of revision 20:70d651156779:
#include "globals.h" #include "Encoder.h" #ifdef ENABLE_GLOBAL_ENCODERS Encoder right_encoder(P_ENC_RIGHT_A, P_ENC_RIGHT_B); Encoder left_encoder(P_ENC_LEFT_A, P_ENC_LEFT_B); #endif