From d247f630bc58df20319fbc34cb38a5258c263608 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 13 May 2018 20:03:29 -0700 Subject: [PATCH] Created AVR NeoMethods (markdown) --- AVR-NeoMethods.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 AVR-NeoMethods.md diff --git a/AVR-NeoMethods.md b/AVR-NeoMethods.md new file mode 100644 index 0000000..3811213 --- /dev/null +++ b/AVR-NeoMethods.md @@ -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.