mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 11:48:48 +00:00
pcm
This commit is contained in:
@@ -98,7 +98,7 @@ static void update_pwm (int rc_x, int rc_y) {
|
||||
if (1024 < x < 2048 && 1024 < y < 2048) {
|
||||
}*/
|
||||
|
||||
// Smooth update
|
||||
// CONTINOUS UPDATE
|
||||
// All forward directions
|
||||
if (y >= 1500) {
|
||||
m.motor1_rpm_pcm = (y - x); // Left side motors, forward
|
||||
|
Reference in New Issue
Block a user