Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
outofambit committed Jan 13, 2020
1 parent 4ab683b commit abe77d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Easy NeoPixels Library

Makes it easy to use Neopixels with just a few easy commands!
Makes it easy to use Neopixels with just a few simple commands!

No knowledge of functions, objects, or even variables required.
No knowledge of functions, objects, or variables required.

It's as easy as:

Expand All @@ -16,6 +16,6 @@ writeEasyNeoPixel(0, 255, 255, 0); // make the first neopixel purple
see `examples/` for a collection of arduino sketches that use this library
## Advanced Users
## A Note to Advanced Users
Advanced users probably don't want to use this library, but if you do: be aware the library *pollutes the global namespace* with a variable and a few functions.
Please be aware this library pollutes the global namespace with a variable and a few functions. 😄

0 comments on commit abe77d5

Please sign in to comment.