Closed SuperChamp234 closed 9 months ago
I am issuing this PR to update the MCPWM implementation for ESP-IDF 5.0.
As per pull request #88 , I have rewritten the MCPWM implementation for ESP-IDF 5.0. It make use of the driver/mcpwm_prelude.h now.
driver/mcpwm_prelude.h
This new MCPWM implementation requires the use of a motor_handle_t when trying to access the mcpwm object and perform actions.
motor_handle_t
Please review and let me know the changes, thank you.
I am issuing this PR to update the MCPWM implementation for ESP-IDF 5.0.
As per pull request #88 , I have rewritten the MCPWM implementation for ESP-IDF 5.0. It make use of the
driver/mcpwm_prelude.h
now.This new MCPWM implementation requires the use of a
motor_handle_t
when trying to access the mcpwm object and perform actions.Please review and let me know the changes, thank you.