RoboMasterC610クラス
[詳解]
#include <Udon/Driver/RoboMasterMotor.hpp>
|
static constexpr int16_t | CurrentMin = -10000 |
| 指定可能電流最小値
|
|
static constexpr int16_t | CurrentMax = 10000 |
| 指定可能電流最大値
|
|
RoboMasterC610クラス
- 覚え書き
- C610 ドライバを用いてモーターを制御する
◆ setCurrent()
void Udon::RoboMasterC610::setCurrent |
( |
int16_t | current | ) |
|
|
inline |
モーターの電流を設定
- 引数
-
current | 電流値 [-10000, 10000] (単位: mA) |
◆ CurrentMax
int16_t Udon::RoboMasterC610::CurrentMax = 10000 |
|
staticconstexpr |
◆ CurrentMin
int16_t Udon::RoboMasterC610::CurrentMin = -10000 |
|
staticconstexpr |
このクラス詳解は次のファイルから抽出されました: