FastAccelStepper icon indicating copy to clipboard operation
FastAccelStepper copied to clipboard

use gpio_iomux_input and gpio_iomux_output instead

Open ChinaBurn opened this issue 7 months ago • 5 comments

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]

ChinaBurn avatar Jun 04 '25 07:06 ChinaBurn

I am aware about this for espidf v6.0 Which environment are you using to compile ?

gin66 avatar Jun 04 '25 15:06 gin66

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

ChinaBurn avatar Jun 05 '25 01:06 ChinaBurn

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());

gin66 avatar Jun 05 '25 05:06 gin66

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.

ChinaBurn avatar Jun 05 '25 05:06 ChinaBurn

warning is gone, but I have disabled the attach pulse counter feature.

gin66 avatar Jun 05 '25 20:06 gin66