Skip to content

Commit 938a36a

Browse files
committed
Merge pull request #524 from adafruit/neopixel_doc
Doc update to mention support in Adafruit's NeoPixel library.
2 parents 2487a2f + b3dc498 commit 938a36a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ Libraries that don't rely on low-level access to AVR registers should work well.
213213
- [Blynk](https://github.com/blynkkk/blynk-library) - easy IoT framework for Makers (check out the [Kickstarter page](http://tiny.cc/blynk-kick)).
214214
- [DallasTemperature](https://github.com/milesburton/Arduino-Temperature-Control-Library.git)
215215
- [DHT11](https://github.com/adafruit/DHT-sensor-library) - Download latest v1.1.0 library and no changes are necessary. Older versions should initialize DHT as follows: ```DHT dht(DHTPIN, DHTTYPE, 15);```
216+
- [NeoPixel](https://github.com/adafruit/Adafruit_NeoPixel) - Adafruit's NeoPixel libray, now with support for the ESP8266 (use version 1.0.2 or higher from Arduino's library manager).
216217
- [NeoPixelBus](https://github.com/Makuna/NeoPixelBus) - Arduino NeoPixel library compatible with esp8266.
217218
- [PubSubClient](https://github.com/Imroy/pubsubclient) MQTT library by @Imroy.
218219
- [RTC](https://github.com/Makuna/Rtc) - Arduino Library for Ds1307 & Ds3231 compatible with esp8266.

0 commit comments

Comments
 (0)