mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 10:30:54 +00:00
RC Calibration
This commit is contained in:
@@ -105,8 +105,8 @@ static void update_pwm (int rc_x, int rc_y) {
|
||||
else if (x == -8190 && y == -8190) {
|
||||
m.motor1_rpm_pcm = 0;
|
||||
m.motor2_rpm_pcm = 0;
|
||||
m.motor3_rpm_pcm = -6172;
|
||||
m.motor4_rpm_pcm = -8190;
|
||||
m.motor3_rpm_pcm = 6172;
|
||||
m.motor4_rpm_pcm = 8190;
|
||||
}
|
||||
// FORWARD AND REVERSE
|
||||
//if ((x > 1500) && (y > 700 && y < 850)) {
|
||||
|
Reference in New Issue
Block a user