rmt: add musical buzzer example

This commit is contained in:
morris
2020-09-08 10:28:38 +08:00
parent 467d44970e
commit 1969313b6f
9 changed files with 383 additions and 3 deletions
@@ -67,7 +67,7 @@ static void rmt_tx_init(void)
ESP_ERROR_CHECK(rmt_driver_install(config.channel, 0, 0));
}
void app_main(void *ignore)
void app_main(void)
{
ESP_LOGI(TAG, "Configuring transmitter");
rmt_tx_init();