mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-09 22:04:27 +02:00
Updated FAQ #11 (markdown)
@@ -63,14 +63,12 @@ template<typename T_PIXEL_METHOD> class PixelRef {
|
||||
|
||||
PixelRef<NeoPixelBusType> myPixelRef(strip);
|
||||
|
||||
void setup()
|
||||
{
|
||||
void setup() {
|
||||
strip.Begin();
|
||||
strip.Show();
|
||||
}
|
||||
|
||||
void loop()
|
||||
{
|
||||
void loop() {
|
||||
myPixelRef.Draw();
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user