diff --git a/libraries/Adafruit_NeoPixel/library.properties b/libraries/Adafruit_NeoPixel/library.properties index be53f8f5..408b5d92 100644 --- a/libraries/Adafruit_NeoPixel/library.properties +++ b/libraries/Adafruit_NeoPixel/library.properties @@ -2,8 +2,8 @@ name=Adafruit NeoPixel version=1.0.3 author=Adafruit maintainer=Adafruit -sentence=Arduino library for controlling single-wire-based LED pixels and strip. -paragraph=Arduino library for controlling single-wire-based LED pixels and strip. +sentence=Control single-wire pixels and strip based on intelligent LEDs like NeoPixels and WS2812. +paragraph=This library manages the communication on a single wire with the intelligent RGB LED pixels and strips. These LEDs communicate in a serial fashion, with Data IN and Data OUT for each pixel. The strip is managed as an array of three bytes for each LED. category=Display url=https://github.com/adafruit/Adafruit_NeoPixel architectures=*