Updated FAQ #11 (markdown)

Michael Miller
2017-07-26 12:08:42 -07:00
parent 95bde8ea35
commit 3888ecd043

@@ -63,14 +63,12 @@ template<typename T_PIXEL_METHOD> class PixelRef {
PixelRef<NeoPixelBusType> myPixelRef(strip); PixelRef<NeoPixelBusType> myPixelRef(strip);
void setup() void setup() {
{
strip.Begin(); strip.Begin();
strip.Show(); strip.Show();
} }
void loop() void loop() {
{
myPixelRef.Draw(); myPixelRef.Draw();
} }
``` ```