diff --git a/ESP32-NeoMethods.md b/ESP32-NeoMethods.md index 00fa10b..52b7eb1 100644 --- a/ESP32-NeoMethods.md +++ b/ESP32-NeoMethods.md @@ -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