Merge branch 'feature/mcpwm_support_c5' into 'master'

feat(mcpwm): add driver support on esp32c5

Closes IDF-8709 and IDF-9101

See merge request espressif/esp-idf!29876
This commit is contained in:
morris
2024-05-29 10:27:35 +08:00
24 changed files with 2065 additions and 356 deletions

View File

@@ -62,7 +62,7 @@ I (9345) example: Angle of rotation: 18
...
```
The servo will rotate from -90 degree to 90 degree, and then turn back again.
The servo will rotate from -60 degree to 60 degree, and then turn back again.
## Troubleshooting