mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-10 06:14:26 +02:00
Updated NeoPixelBus object (markdown)
@@ -70,6 +70,16 @@ On the Esp8266 using this Method has a Pin restriction. Please review [NeoEsp826
|
|||||||
## Neo400KbpsMethod
|
## Neo400KbpsMethod
|
||||||
Same as Neo800KbpsMethod but running at the older and slower data rate.
|
Same as Neo800KbpsMethod but running at the older and slower data rate.
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
## NeoEsp8266Dma800KbpsMethod
|
## NeoEsp8266Dma800KbpsMethod
|
||||||
The NeoEsp8266Dma800KbpsMethod is the underlying method that gets used if you use Neo800KbpsMethod on Esp8266 platforms. There should be no need to use it directly.
|
The NeoEsp8266Dma800KbpsMethod is the underlying method that gets used if you use Neo800KbpsMethod on Esp8266 platforms. There should be no need to use it directly.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user