Updated FAQ #11 (markdown)

Michael Miller
2017-07-26 12:10:23 -07:00
parent de8dee6a39
commit 68a74b790d

@@ -2,7 +2,7 @@
Since the NeoPixelBus is a template class; you can't just store a reference to it using older models. But there are two ways to accomplish this.
My first recommendation is to make the containing class a template also. The following sketch demonstrates this all in one file. The actual template class can be in another file.
My first recommendation is to make the containing class a template also. The following sketch demonstrates this all in one file. The actual template class can be in another file or library.
```
#include <NeoPixelBus.h>