RC Robot Tutorial

This commit is contained in:
2025-07-21 03:01:57 -04:00
parent 26c1514448
commit 813ea6b1dc

View File

@@ -180,7 +180,7 @@ modes, making the system more adaptable and scalable for future development.
int motor4_rpm_pwm;
};
On the receiver device, the PWM values for the DC motors are updated using the following function:
On the transmitter`` device, the PWM values for the DC motors are send to the receover using the following function:
.. code-block:: c