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

Commit 9853a40

Browse files
committed
mention Aurora source
1 parent 468441e commit 9853a40

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,6 @@ You can find a full working application in this repo: [ledController](https://gi
9292
## Credits
9393
9494
The RMT driver for WS2811/WS2812 comes from @nkolban [https://github.com/nkolban/esp32-snippets](https://github.com/nkolban/esp32-snippets).
95-
Effects are heavily inspired and/or copied from [https://www.tweaking4all.com/hardware/arduino/adruino-led-strip-effects/](https://www.tweaking4all.com/hardware/arduino/adruino-led-strip-effects/)
95+
96+
Effects:
97+
- Aurora effect source from https://github.com/Mazn1191/Arduino-Borealis

examples/allEffects/allEffects.ino

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ void setup() {
2222
// add effects
2323
effects.push_back(new Circus(1000));
2424
effects.push_back(new SnowSparkle({82, 56, 13}, 3, 100, 500));
25+
effects.push_back(new Aurora);
2526

2627
// output enable level shifter
2728
pinMode(23, OUTPUT);

0 commit comments

Comments
 (0)