Updated ESP32 NeoMethods (markdown)

Michael Miller
2023-04-03 15:58:16 -07:00
parent 8d8771fd35
commit 859e61969d

@@ -25,7 +25,8 @@ These methods can be instanced more than once, up to the number of channels spec
* I2s0X8 - Uses the I2S 0 peripheral in 8 channel parallel mode, an example would be NeoEsp32**I2s0X8**Ws2812xMethod.
* I2s0X16 - Uses the I2S 0 peripheral in 16 channel parallel mode, an example would be NeoEsp32**I2s0X16**Ws2812xMethod.
* I2s1X8 - Uses the I2S 1 peripheral in 8 channel parallel mode, an example would be NeoEsp32**I2s1X8**Ws2812xMethod.
* I2s1X16 - Uses the I2S 1 peripheral in 16 channel parallel mode, an example would be NeoEsp32**I2s1X16**Ws2812xMethod.
* I2s1X16 - Uses the I2S 1 peripheral in 16 channel parallel mode, an example would be NeoEsp32**I2s1X16**Ws2812xMethod.
**NOTE:** The ESP32S2 only supports one i2s hardware bus. Thus you can only use the NeoEsp32I2s0*Method types.
## RMT