fixed wording

This commit is contained in:
Makuna
2014-12-15 19:00:26 -08:00
parent 71dd6e53cf
commit be5dc5021a

View File

@@ -15,7 +15,7 @@ It should now show up in the import list.
Samples
-------
NeoPixelTest - this is simple example that sets four neopixels to red, green, blue, and then white in order; and then flashes them. If the first pixel is not green instead of read, you need to pass the NEO_RGB flag into the NeoPixelBus constructor.
NeoPixelTest - this is simple example that sets four neopixels to red, green, blue, and then white in order; and then flashes them. If the first pixel is green and the second is red, you need to pass the NEO_RGB flag into the NeoPixelBus constructor.
NeoPixelFun - this is a more complex example, that includes code for three effects, and demonstrates animations.
API Documentation