Updated ESP32 NeoMethods (markdown)

Michael Miller
2020-09-22 16:59:34 -07:00
parent d0441e41ce
commit ad195d58bc

@@ -1,4 +1,7 @@
**NOTE:** The Esp32 has some pins dedicated for input only. The following methods are restricted to use only output pins. But the bitbang method has further restrictions in that it will only support pins below 32. **NOTE:** The ESP32 and the ESP32S2 both have some pins dedicated for input only. The following NeoMethods are restricted to use only output pins.
For the ESP32 all pins below 34 are output pins. You will still need to check your board to make sure any of these pins are available.
For the ESP32S2 all pins other than 46 are output pins. Again, please check your specific board for available pins.
The bitbang method has further restrictions in that it will only support pins below 32.
## NeoEsp32I2s1800KbpsMethod ## NeoEsp32I2s1800KbpsMethod
NeoEsp32I2s1800KbpsMethod supports any available pin below 34. NeoEsp32I2s1800KbpsMethod supports any available pin below 34.