Smartcar Shield
Classes | Namespaces | Variables
Odometer.hpp File Reference
#include <stdint.h>
#include "../../runtime/InterruptCallback.hpp"
Include dependency graph for Odometer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

interface  Odometer
 

Namespaces

 smartcarlib
 
 smartcarlib::constants
 
 smartcarlib::constants::odometer
 

Variables

const int8_t smartcarlib::constants::odometer::kForward = 1
 
const int8_t smartcarlib::constants::odometer::kBackward = -1
 
const int8_t smartcarlib::constants::odometer::kIdle = 0
 
const unsigned long smartcarlib::constants::odometer::kDefaultPulsesPerMeter = 100
 
const unsigned long smartcarlib::constants::odometer::kMinimumPulseGap = 700