From e19d3f12622216330492fe4a10d16365b91fd47b Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 19 Mar 2016 09:52:03 -0700 Subject: [PATCH] Created FAQ #1 (markdown) --- FAQ-#1.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 FAQ-#1.md diff --git a/FAQ-#1.md b/FAQ-#1.md new file mode 100644 index 0000000..7d1f50b --- /dev/null +++ b/FAQ-#1.md @@ -0,0 +1,2 @@ +### I have connected this to my Esp8266 and nothing is shown and the Pin doesn't have any output. Using the NeoEsp8266BitBangMethod works fine though. +It is often missed that the DMA method ignores the passed in PIN and only works on GPIO3. The UART method also ignores the passed in PIN and only works on GPI02. Due to restrictions on the hardware used for these two methods there is no way to support other pins. \ No newline at end of file