From 46e5d64cd0b998ee08632d855f1b828d850ab169 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 13 May 2018 20:04:06 -0700 Subject: [PATCH] Created ARM NeoMethods (markdown) --- ARM-NeoMethods.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ARM-NeoMethods.md diff --git a/ARM-NeoMethods.md b/ARM-NeoMethods.md new file mode 100644 index 0000000..7b4a95b --- /dev/null +++ b/ARM-NeoMethods.md @@ -0,0 +1,14 @@ + +## NeoArm800KbpsMethod +The NeoArm800KbpsMethod is the underlying method that gets used if you use Neo800KbpsMethod on ARM 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. + +## NeoArm400KbpsMethod +Same as NeoArm800KbpsMethod but running at the older and slower data rate. +The NeoArm400KbpsMethod 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. + +## NeoArmWs2813Method +Same as NeoArm800KbpsMethod but using a longer delay as required by this chips. +The NeoArmWs2813Method is the underlying method that gets used if you use NeoWs2813Method on ARM platforms. There should be no need to use it directly. +