Skip to content

Commit

Permalink
slightly better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
outofambit committed Jul 6, 2017
1 parent 87c556f commit bd51707
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -16,6 +16,10 @@ writeEasyNeoPixel(0, 255, 255, 0); // make the first neopixel purple
You must install [Adafruit_NeoPixel](https://github.com/adafruit/Adafruit_NeoPixel) to use this library!
## Examples
see `examples/` for a collection of arduino sketches that use this library
## Advanced Users
You probably don't want to use this, but if you do: be aware the library just *pollutes the global namespace* with a variable and a few functions.
You probably don't want to use this library, but if you do: be aware the library just *pollutes the global namespace* with a variable and a few functions.

0 comments on commit bd51707

Please sign in to comment.