One Motor
0.6.0
RoboMaster全平台一站式电机驱动库
载入中...
搜索中...
未找到
OneMotor::Motor::DJI::ValidMotorId 概念参考
概念定义
template
<
typename
Traits, u
int
8_t
id
>
concept
OneMotor::Motor::DJI::ValidMotorId
=
requires
{
{ Traits::max_id } -> std::convertible_to<uint8_t>;
} && (
id
>= 1 &&
id
<= Traits::max_id)
OneMotor::Motor::DJI::ValidMotorId
定义
DjiMotor.hpp:25
OneMotor
Motor
DJI
ValidMotorId
制作者
1.13.2