ESP IDF Robot

This commit is contained in:
2024-12-22 11:40:40 -05:00
parent 380eea2f73
commit 0cf1796afc
4 changed files with 164 additions and 1 deletions

View File

@@ -128,6 +128,10 @@ static void configure_button (void) {
//gpio_set_direction(PUSH_BTN_GPIO, GPIO_MODE_INPUT);
}
static void configure_mcpwm (void) {
mcpwm_config_t mcpwm_config;
}
#else
#error "unsupported LED type"
#endif