We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6983d12 commit 1acfda1Copy full SHA for 1acfda1
src/current_sense/hardware_specific/esp32/esp32_mcu.cpp
@@ -68,8 +68,6 @@ int adc_read_index[2]={0};
68
69
// function reading an ADC value and returning the read voltage
70
float _readADCVoltageLowSide(const int pin, const void* cs_params){
71
- uint32_t raw_adc;
72
-
73
mcpwm_unit_t unit = ((ESP32MCPWMCurrentSenseParams*)cs_params)->mcpwm_unit;
74
int buffer_index = ((ESP32MCPWMCurrentSenseParams*)cs_params)->buffer_index;
75
float adc_voltage_conv = ((ESP32MCPWMCurrentSenseParams*)cs_params)->adc_voltage_conv;
0 commit comments