From 1bea9517d5724e1892a28178b53cdf4f27aa7775 Mon Sep 17 00:00:00 2001 From: SimonePDA Date: Thu, 3 Mar 2016 16:51:48 +0100 Subject: [PATCH] Update library.properties --- libraries/Adafruit_NeoPixel/library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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=*