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

Variables

const int kMinMotorSpeed = -100
 
const int kIdleMotorSpeed = 0
 
const int kMaxMotorSpeed = 100
 

Variable Documentation

◆ kIdleMotorSpeed

const int smartcarlib::constants::motor::kIdleMotorSpeed = 0

Definition at line 16 of file Motor.hpp.

◆ kMaxMotorSpeed

const int smartcarlib::constants::motor::kMaxMotorSpeed = 100

Definition at line 17 of file Motor.hpp.

◆ kMinMotorSpeed

const int smartcarlib::constants::motor::kMinMotorSpeed = -100

Definition at line 15 of file Motor.hpp.