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