From 9b20226f3671e6ae201fe093763147b2f62c8874 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 13 May 2018 19:59:07 -0700 Subject: [PATCH] Created esp32neomethods (markdown) --- esp32neomethods.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 esp32neomethods.md diff --git a/esp32neomethods.md b/esp32neomethods.md new file mode 100644 index 0000000..a7ebdeb --- /dev/null +++ b/esp32neomethods.md @@ -0,0 +1,13 @@ +## 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. + +## NeoEsp32BitBangWs2813Method +Same as NeoEsp32BitBang800KbpsMethod but has the longer delay required these chips. +The NeoEsp32BitBangWs2813Method is the underlying method that gets used if you use NeoWs2813Method on Esp32 platforms. There should be no need to use it directly.