mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 14:00:51 +00:00
RC Calibration
This commit is contained in:
@@ -69,6 +69,7 @@ static int check_motor_pcm(int x) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Update PWM based on received values
|
// Update PWM based on received values
|
||||||
|
// IMPORTANT: x and y values correspod to the PWM!
|
||||||
static void update_pwm (int rc_x, int rc_y) {
|
static void update_pwm (int rc_x, int rc_y) {
|
||||||
|
|
||||||
//m.motor1_rpm_pcm = check_motor_pcm(rescale_raw_val(x));
|
//m.motor1_rpm_pcm = check_motor_pcm(rescale_raw_val(x));
|
||||||
|
Reference in New Issue
Block a user