mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 13:57:17 +00:00
pcm
This commit is contained in:
@@ -212,7 +212,7 @@ static void update_pwm (int rc_x, int rc_y) {
|
||||
ledc_update_duty(MTR_MODE, MTR_FRONT_RIGHT_REV);
|
||||
}
|
||||
|
||||
static void rc_get_raw_data() {
|
||||
/*static void rc_get_raw_data() {
|
||||
|
||||
ESP_ERROR_CHECK(adc_oneshot_read(adc1_handle, ADC1_CHAN0, &adc_raw[0][0]));
|
||||
ESP_ERROR_CHECK(adc_oneshot_read(adc1_handle, ADC1_CHAN1, &adc_raw[0][1]));
|
||||
|
Reference in New Issue
Block a user