Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
pwm_info.hpp
Go to the documentation of this file.
1#ifndef FANG_ROBOTICS_MCB_COMMUNICATION_GPIO_PWM_PWM_INFO_HPP
2#define FANG_ROBOTICS_MCB_COMMUNICATION_GPIO_PWM_PWM_INFO_HPP
3namespace config
4{
5 namespace pwm
6 {
7 const double k_pwmDutyMax{1.0};
8 const double k_pwmDutyMin{0.0};
9 }
10}
11#endif
const double k_pwmDutyMin
Definition pwm_info.hpp:8
const double k_pwmDutyMax
Definition pwm_info.hpp:7
Definition pwm_info.hpp:4