Search found 1 match
- Wed May 22, 2024 2:39 pm
- Forum: ESP-IDF
- Topic: MCPWM module (Changing the Speed of the motor)
- Replies: 1
- Views: 1059
MCPWM module (Changing the Speed of the motor)
Dear Community, I am trying to implement Mcpwm funcionality to my ESP32 Wroom. Currently I try to understand the included headerfiles for mcpwm for ESP-IDF 5.2.1. I uploaded the example Code from https://github.com/espressif/esp-idf/blob/v5.2.1/examples/peripherals/mcpwm/mcpwm_bldc_hall_control/main...