Updated FAQ #11 (markdown)

Michael Miller
2017-07-26 12:09:16 -07:00
parent 3888ecd043
commit de8dee6a39

@@ -10,7 +10,7 @@ typedef NeoPixelBus<NeoGrbFeature, Neo800KbpsMethod> NeoPixelBusType;
NeoPixelBusType strip(4, 2);
// example template class using a reference; requires all code to be in the include
// example template class using a reference
template<typename T_PIXEL_METHOD> class PixelRef {
public:
PixelRef(T_PIXEL_METHOD& pixelStrip) :