Smartcar Shield
Variables
smartcarlib::constants::odometer Namespace Reference

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
 

Variable Documentation

◆ kBackward

const int8_t smartcarlib::constants::odometer::kBackward = -1

Definition at line 18 of file Odometer.hpp.

◆ kDefaultPulsesPerMeter

const unsigned long smartcarlib::constants::odometer::kDefaultPulsesPerMeter = 100

Definition at line 20 of file Odometer.hpp.

◆ kForward

const int8_t smartcarlib::constants::odometer::kForward = 1

Definition at line 17 of file Odometer.hpp.

◆ kIdle

const int8_t smartcarlib::constants::odometer::kIdle = 0

Definition at line 19 of file Odometer.hpp.

◆ kMinimumPulseGap

const unsigned long smartcarlib::constants::odometer::kMinimumPulseGap = 700

Definition at line 21 of file Odometer.hpp.