Added aknowledgements section to README.
This commit is contained in:
parent
c1cfb693d3
commit
d396b68191
22
README.md
22
README.md
@ -84,3 +84,25 @@ seconds:
|
|||||||
If you enabled HTTP server, you can always make GET requests to `/free_heap`, `/uptime` or `/fps` to get those values.
|
If you enabled HTTP server, you can always make GET requests to `/free_heap`, `/uptime` or `/fps` to get those values.
|
||||||
|
|
||||||
If you enabled `DEBUG`, log messages will be sent to `MQTT_TOPIC/log`.
|
If you enabled `DEBUG`, log messages will be sent to `MQTT_TOPIC/log`.
|
||||||
|
|
||||||
|
## Aknowledgements
|
||||||
|
|
||||||
|
### Libraries
|
||||||
|
|
||||||
|
| Library | Author | Link |
|
||||||
|
| ------- | ------ | ---- |
|
||||||
|
| PubSubClient | knolleary | https://pubsubclient.knolleary.net/
|
||||||
|
| FastLED (with small modifications) | Daniel Garcia & Mark Kriegsman | https://fastled.io
|
||||||
|
| NTPClient (with modifications) | | https://github.com/arduino-libraries/NTPClient
|
||||||
|
| ESP8266WebServer | | https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266WebServer
|
||||||
|
| ErriezCRC32 | Erriez | https://github.com/Erriez/ErriezCRC32
|
||||||
|
| ESPAsyncTCP | me-no-dev | https://github.com/me-no-dev/ESPAsyncTCP
|
||||||
|
|
||||||
|
### Inspirations and stuff
|
||||||
|
* This whole project was inspired by
|
||||||
|
https://github.com/orithena/Arduino-LED-experiments/tree/master/Ribba16x16_v2_ESP32.
|
||||||
|
The sinematrix3 effect was also taken from there.
|
||||||
|
* The firework effect was heavily inspired (aka copied) from
|
||||||
|
https://gist.github.com/kriegsman/68929cbd1d6de4535b20
|
||||||
|
* The sines effect is based upon
|
||||||
|
https://github.com/atuline/FastLED-Demos/blob/master/sinelon/sinelon.ino
|
||||||
|
Loading…
Reference in New Issue
Block a user