libkipr  1.0.0
constants.hpp
Go to the documentation of this file.
1 #ifndef _KIPR_MOTOR_CONSTANTS_H_
2 #define _KIPR_MOTOR_CONSTANTS_H_
3 
4 #include <cstdint>
5 
6 namespace kipr
7 {
8  namespace motor
9  {
10  constexpr const std::uint8_t MOTOR_COUNT = 4;
11  }
12 }
13 
14 #endif
void motor(int motor, int percent)
Moves a motor at a percent velocity.
constexpr const std::uint8_t MOTOR_COUNT
Definition: constants.hpp:10
Definition: accel.hpp:7