From 7842024e28a064594e4702f6c47f88ad8e95ecab Mon Sep 17 00:00:00 2001 From: "Justin R. Cutler" Date: Thu, 4 Jul 2013 16:11:44 -0400 Subject: [PATCH] Add additional compatible product links --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 490d7560..2eeda475 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ Adafruit NeoPixel library ========================= -Arduino library for controlling single-wire-based LED pixels and strip such as the [Adafruit 60 LED/meter Digital LED strip][strip] and the [Adafruit FLORA RGB Smart Pixel][pixel]. +Arduino library for controlling single-wire-based LED pixels and strip such as the [Adafruit 60 LED/meter Digital LED strip][strip], the [Adafruit FLORA RGB Smart Pixel][flora], the [Adafruit Breadboard-friendly RGB Smart Pixel][pixel], the [Adafruit NeoPixel Stick][stick], and the [Adafruit NeoPixel Shield][shield]. After downloading, rename folder to 'Adafruit_NeoPixel' and install in Arduino Libraries folder. Restart Arduino IDE, then open File->Sketchbook->Library->Adafruit_NeoPixel->strandtest sketch. -[pixel]: http://adafruit.com/products/1060 -[strip]: http://adafruit.com/products/1138 \ No newline at end of file +[flora]: http://adafruit.com/products/1060 +[strip]: http://adafruit.com/products/1138 +[pixel]: http://adafruit.com/products/1312 +[stick]: http://adafruit.com/products/1426 +[shield]: http://adafruit.com/products/1430