mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 04:44:26 +02:00
Updated NeoPixelBus object (markdown)
@@ -8,7 +8,7 @@ Below is an example to create one for most platforms. It will manage 16 pixels
|
||||
```
|
||||
NeoPixelBus<NeoGrbFeature, Neo800KbpsMethod> strip(16, 2);
|
||||
```
|
||||
For the Esp8266 platforms, just omit the pin argument. This is due to hardware support that doesn't allow for selecting a pin.
|
||||
For the Esp8266 platforms, you can omit the pin argument as it is ignored. This is due to hardware support that doesn't allow for selecting a pin.
|
||||
```
|
||||
NeoPixelBus<NeoGrbFeature, Neo800KbpsMethod> strip(16);
|
||||
```
|
||||
|
Reference in New Issue
Block a user