mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-09 22:04:27 +02:00
Updated NeoPixelBus object (markdown)
@@ -138,7 +138,7 @@ Use this instead of Neo400KbpsMethod to force your sketch to use the Uart to sen
|
||||
## NeoEsp8266BitBang800KbpsMethod
|
||||
NeoEsp8266BitBang800KbpsMethod supports any available pin between 0 and 15.
|
||||
This method uses only the CPU to send data to the NeoPixels. But due to WiFi interrupts it is not stable when used with WiFi features of the Esp8266.
|
||||
It is not recommended to use this method except for comparing results with the other methods.
|
||||
It is not recommended to use this method except for comparing results with the other methods. For very short runs of pixels (no more than about 3) it maybe possible to use this method without ill effects. If it fails, the pixels may not be correctly set.
|
||||
Use this instead of Neo800KbpsMethod to force your sketch to use the Bit Banging to send data.
|
||||
|
||||
## NeoEsp8266BitBang400KbpsMethod
|
||||
|
Reference in New Issue
Block a user