mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-10 06:14:26 +02:00
Created AVR NeoMethods (markdown)
12
AVR-NeoMethods.md
Normal file
12
AVR-NeoMethods.md
Normal file
@@ -0,0 +1,12 @@
|
||||
## NeoAvr800KbpsMethod
|
||||
The NeoAvr800KbpsMethod is the underlying method that gets used if you use Neo800KbpsMethod on AVR platforms. There should be no need to use it directly.
|
||||
This work is directly taken from AdaFruit's NeoPixel library and all credit should go to them.
|
||||
|
||||
## NeoAvr400KbpsMethod
|
||||
Same as NeoAvr800KbpsMethod but running at the older and slower data rate.
|
||||
The NeoAvr400KbpsMethod is the underlying method that gets used if you use Neo400KbpsMethod on AVR platforms. There should be no need to use it directly.
|
||||
This work is directly taken from AdaFruit's NeoPixel library and all credit should go to them.
|
||||
|
||||
## NeoAvrWs2813Method
|
||||
Same as NeoAvr800KbpsMethod but using a longer delay as required by this chips.
|
||||
The NeoAvrWs2813Method is the underlying method that gets used if you use NeoWs2813Method on AVR platforms. There should be no need to use it directly.
|
Reference in New Issue
Block a user