Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MCPWM Implementation update for ESP-IDF 5.0 (#90)
* Added new mcpwm interface Updated MCPWM Interface, but stuck at an exception ( Guru Meditation Error: Core 0 panic'ed (InstrFetchError). Updated small pointer error. Fixed double pointer assignment error. Cleaned Interface, fixed issue with mapping of duty cycle values Fixed silly error in pindefs for motors motor driver parallel example deleted Small change in include files * Update .gitignore Delete .vscode directory Uncommented out code and add license headers to header files Add .gitignore entry for sdkconfig file * Add get_motor_driver_status function * update bitmask in bar_graph.c * Fix header file include guards * Update motor driver configuration to have macros for frequency and resolution * Refactor motor driver code and remove unnecessary imports * Add servo.h header file, which was removed by mistake * Fix motor driver and remove unnecessary include * Add esp_log.h include * added description for mapping.
- Loading branch information