mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-12 07:04:26 +02:00
Updated FAQ #11 (markdown)
@@ -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();
|
||||||
}
|
}
|
||||||
```
|
```
|
Reference in New Issue
Block a user