mirror of
https://github.com/wled/WLED.git
synced 2025-04-26 15:57:18 +00:00
add comment for source and description
This commit is contained in:
parent
e3def22b07
commit
5efd1f3a91
@ -2349,6 +2349,12 @@ uint16_t WS2812FX::mode_candle()
|
|||||||
return FRAMETIME;
|
return FRAMETIME;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
/ Fireworks in starburst effect
|
||||||
|
/ based on the video: https://www.reddit.com/r/arduino/comments/c3sd46/i_made_this_fireworks_effect_for_my_led_strips/
|
||||||
|
/ Speed sets frequency of new starbursts, intensity is the intensity of the burst
|
||||||
|
*/
|
||||||
typedef struct Particle {
|
typedef struct Particle {
|
||||||
CRGB color;
|
CRGB color;
|
||||||
uint32_t birth =0;
|
uint32_t birth =0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user