Skip to content

Commit

Permalink
remove deprecated function of ESP32-S3
Browse files Browse the repository at this point in the history
  • Loading branch information
corrados committed Aug 12, 2024
1 parent 6faff07 commit 067e09a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hardware.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ void Edrumulus_hardware::init_my_analogRead()
adc1_get_raw(static_cast<adc1_channel_t>(channel));
adc2_get_raw(static_cast<adc2_channel_t>(channel), ADC_WIDTH_BIT_12, &cur_sample);
}
adc_power_acquire();
# endif
}

Expand Down

0 comments on commit 067e09a

Please sign in to comment.