support for c3 and s3 channel restrictions

This commit is contained in:
Wizmo2
2023-09-25 19:32:13 -04:00
parent 53fa83b2dd
commit 60bd591bf8
6 changed files with 11 additions and 6 deletions

View File

@@ -35,7 +35,8 @@ int i2c_system_port = I2C_SYSTEM_PORT;
int i2c_system_speed = 400000;
int spi_system_host = SPI_SYSTEM_HOST;
int spi_system_dc_gpio = -1;
int rmt_system_base_channel = RMT_CHANNEL_0;
int rmt_system_base_tx_channel = RMT_CHANNEL_0;
int rmt_system_base_rx_channel = RMT_CHANNEL_MAX-1;
pwm_system_t pwm_system = {
.timer = LEDC_TIMER_0,