Smartcar Shield
|
Variables | |
const int8_t | kForward = 1 |
const int8_t | kBackward = -1 |
const int8_t | kIdle = 0 |
const unsigned long | kDefaultPulsesPerMeter = 100 |
const unsigned long | kMinimumPulseGap = 700 |
const int8_t smartcarlib::constants::odometer::kBackward = -1 |
Definition at line 18 of file Odometer.hpp.
const unsigned long smartcarlib::constants::odometer::kDefaultPulsesPerMeter = 100 |
Definition at line 20 of file Odometer.hpp.
const int8_t smartcarlib::constants::odometer::kForward = 1 |
Definition at line 17 of file Odometer.hpp.
const int8_t smartcarlib::constants::odometer::kIdle = 0 |
Definition at line 19 of file Odometer.hpp.
const unsigned long smartcarlib::constants::odometer::kMinimumPulseGap = 700 |
Definition at line 21 of file Odometer.hpp.