mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-09 22:04:27 +02:00
Updated ESP32 NeoMethods (markdown)
@@ -4,6 +4,7 @@ The ESP32 and the ESP32S2 both have some pins dedicated for input only. The fol
|
|||||||
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. [Esp32 Dev Pin Map](https://github.com/espressif/arduino-esp32#esp32dev-board-pinmap)
|
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. [Esp32 Dev Pin Map](https://github.com/espressif/arduino-esp32#esp32dev-board-pinmap)
|
||||||
For the ESP32S2 all pins other than 46 are output pins. Again, please check your specific board for available pins.
|
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.
|
The bitbang method has further restrictions in that it will only support pins below 32.
|
||||||
|
If you notice any flickering related to network activity and/or high CPU load you might want to look into [ESP32 and RTOS tasks](https://github.com/Makuna/NeoPixelBus/wiki/ESP32-and-RTOS-Tasks)
|
||||||
|
|
||||||
## NeoEsp32I2s1800KbpsMethod
|
## NeoEsp32I2s1800KbpsMethod
|
||||||
NeoEsp32I2s1800KbpsMethod supports any available pin below 34.
|
NeoEsp32I2s1800KbpsMethod supports any available pin below 34.
|
||||||
|
Reference in New Issue
Block a user