mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 04:44:26 +02:00
Created esp32neomethods (markdown)
13
esp32neomethods.md
Normal file
13
esp32neomethods.md
Normal file
@@ -0,0 +1,13 @@
|
||||
## NeoEsp32BitBang800KbpsMethod
|
||||
The NeoEsp32BitBang800KbpsMethod is the underlying method that gets used if you use Neo800KbpsMethod on Esp32 platforms. There should be no need to use it directly.
|
||||
|
||||
NeoEsp32BitBang800KbpsMethod supports any available pin below 32.
|
||||
This method uses only the CPU to send data to the NeoPixels.
|
||||
|
||||
## NeoEsp32BitBang400KbpsMethod
|
||||
Same as NeoEsp32BitBang800KbpsMethod but running at the older and slower data rate.
|
||||
The NeoEsp32400KbpsMethod is the underlying method that gets used if you use Neo400KbpsMethod on Esp32 platforms. There should be no need to use it directly.
|
||||
|
||||
## NeoEsp32BitBangWs2813Method
|
||||
Same as NeoEsp32BitBang800KbpsMethod but has the longer delay required these chips.
|
||||
The NeoEsp32BitBangWs2813Method is the underlying method that gets used if you use NeoWs2813Method on Esp32 platforms. There should be no need to use it directly.
|
Reference in New Issue
Block a user