mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-02-07 07:51:49 +08:00
add current command to Arduino code
This commit is contained in:
@@ -26,6 +26,7 @@ public:
|
||||
void SetPosition(int motor_number, float position, float velocity_feedforward, float current_feedforward);
|
||||
void SetVelocity(int motor_number, float velocity);
|
||||
void SetVelocity(int motor_number, float velocity, float current_feedforward);
|
||||
void SetCurrent(int motor_number, float current);
|
||||
|
||||
// General params
|
||||
float readFloat();
|
||||
|
||||
Reference in New Issue
Block a user