From 68a74b790de1bc4a0de7acd13b5e2318246fa1e0 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 26 Jul 2017 12:10:23 -0700 Subject: [PATCH] Updated FAQ #11 (markdown) --- FAQ-#11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ-#11.md b/FAQ-#11.md index dda8f6d..20d32f1 100644 --- a/FAQ-#11.md +++ b/FAQ-#11.md @@ -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