use gpio_iomux_input and gpio_iomux_output instead
FastAccelStepper\src\FastAccelStepper_idf5_esp32_pcnt.cpp:112:16: warning: 'void gpio_iomux_in(uint32_t, uint32_t)' is deprecated: Please use gpio_iomux_input instead [-Wdeprecated-declarations]
FastAccelStepper_idf5_esp32_pcnt.cpp:119:19: warning: 'void gpio_iomux_out(uint8_t, int, bool)' is deprecated: Please use gpio_iomux_output instead [-Wdeprecated-declarations]
I am aware about this for espidf v6.0 Which environment are you using to compile ?
I am aware about this for espidf v6.0 Which environment are you using to compile ?
arduinoIDE-2.3.5 and esp32duino-3.3.0-alpha1
Thanks for this info. As I do nit use arduino IDE, could you please help once more and provide the output of these two code lines running on the esp32:
Serial.print("ESP-IDF Version: ");
Serial.println(esp_get_idf_version());
Thanks for this info. As I do nit use arduino IDE, could you please help once more and provide the output of these two code lines running on the esp32:
Serial.print("ESP-IDF Version: "); Serial.println(esp_get_idf_version());
v5.5-dev-3129-gd930a386da-dirty,Thanks again for your work on this library, it's very useful.
warning is gone, but I have disabled the attach pulse counter feature.