Skip to content

Commit cc19379

Browse files
committed
Update ReadMe.md
1 parent 3d9d004 commit cc19379

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ReadMe.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
Arduino NeoPixel library
66

77
NOW SUPPORTS esp8266!
8+
89
NEW Animation class provides more flexible animation definitions
910

1011
Clone this into your Arduino\Library folder
1112

1213
This library is a modification of the Adafruit NeoPixel library.
1314
The Api is similiar, but it removes the overal brightness feature and adds animation support.
1415

15-
## Rquirements
16+
## Requirements
1617

1718
If you use this library with Boards other than the Esp8266, you will be required to also have STL present. Currently I don't know a way to get this and make it available to library in a general way.
1819

@@ -49,7 +50,7 @@ instantiates a RgbColor object with the given brightness. 0 is black, 128 is gre
4950
instantiates a RgbColor object by converting the HslColor into RGB.
5051

5152
#### uint8_t CalculateBrightness()
52-
returns the general brightness of the pixe, averaging color.
53+
returns the general brightness of the pixel, averaging of the color components.
5354

5455
#### void Darken(uint8_t delta)
5556
this will darken the color by the given amount

0 commit comments

Comments
 (0)