port to ESP32C3

This commit is contained in:
2026-01-09 13:24:19 +01:00
parent 5796b28e1a
commit e25971af89
4 changed files with 560 additions and 474 deletions

View File

@ -194,7 +194,7 @@ static esp_err_t init_strip(led_strip_t *strip, int8_t pin, uint16_t num_leds)
rmt_tx_channel_config_t tx_chan_config = {
.clk_src = RMT_CLK_SRC_DEFAULT,
.gpio_num = pin,
.mem_block_symbols = 64,
.mem_block_symbols = 48,
.resolution_hz = 80000000, // 80MHz
.trans_queue_depth = 4,
};