diff --git a/NeoPixelBus-object.md b/NeoPixelBus-object.md index 5259d0c..748f44d 100644 --- a/NeoPixelBus-object.md +++ b/NeoPixelBus-object.md @@ -8,7 +8,7 @@ Below is an example to create one for most platforms. It will manage 16 pixels ``` NeoPixelBus 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 strip(16); ```