EEEN21000
GROUP 30 Line Following Buggy
|
Go to the source code of this file.
Classes | |
class | Encoder |
Encoder class with helper functions, derived from QEI. More... | |
Macros | |
#define | GEAR_RATIO 18.75 |
Gear ratio module. More... | |
#define | DIAMETER 0.08 |
Diameter of the wheel. More... | |
#define | WHEEL_DISTANCE 0.212 |
Distance between two wheels. More... | |
#define | COUNTS_PER_REV 256 |
Counts per revolution of encoder. More... | |
#define | POLLING_PERIOD 10ms |
Polling period of encoder. More... | |
#define | M_PI 3.14159265358979323846264338327950288 |
Define M_PI on ArmC6. More... | |
#define GEAR_RATIO 18.75 |
Gear ratio module.
#define DIAMETER 0.08 |
Diameter of the wheel.
#define WHEEL_DISTANCE 0.212 |
Distance between two wheels.
#define COUNTS_PER_REV 256 |
Counts per revolution of encoder.
#define POLLING_PERIOD 10ms |
Polling period of encoder.
#define M_PI 3.14159265358979323846264338327950288 |
Define M_PI on ArmC6.