Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 89ba94d

Browse files
committed
Minor documentation update
1 parent 60ced37 commit 89ba94d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,28 @@ This project is in progress.
1616

1717
## Hardware Used
1818
#### Requirements
19-
* 1x NodeMCU 1.0 (ESP8266) *
20-
* 1x WS2812b/SK6812 LED Strip or "Neopixel" LED Strip
19+
* 1x NodeMCU 1.0 (ESP8266) _*_
20+
* 1x WS2812b/SK6812 LED Strip or "_Neopixel_" LED Strip
2121

22-
_*You can use any Wifi-capable Arduino, your mileage may vary_
22+
_* You can use any Wifi-capable Arduino, your mileage may vary_
2323

2424
## Optional
2525
* 1x 10k Ω resistor
2626
* 1x 470 Ω resistor
27+
* 1x Momentary Switch (for switching modes)
2728
* 1x 3-pin male header (for LED connections)
2829

2930
## Libraries
3031
* ESP8266WiFi, https://github.com/esp8266/Arduino
3132
* DNSServer, https://github.com/esp8266/Arduino/tree/master/libraries/DNSServer
3233
* WiFiManager, https://github.com/tzapu/WiFiManager
33-
* Adafruit_NeoPixel.h, https://github.com/adafruit/Adafruit_NeoPixel
34+
* Adafruit_NeoPixel.h, https://github.com/adafruit/Adafruit_NeoPixel _*_
3435
* ESP8266WebServer.h, https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266WebServer
3536
* DoubleResetDetector.h>, https://github.com/datacute/DoubleResetDetector/
3637
* Google Material Icons, https://material.io/icons/
3738

39+
_* FastLED should work as well but is not tested._
40+
3841
## License
3942
This code is public domain. You can redistribute it and/or modify it under the terms of the
4043
GNU Lesser General Public License as published by the Free Software Foundation. <http://www.gnu.org/licenses/>. Certain libraries used may be under a different license.

0 commit comments

Comments
 (0)