2way host-firmware comm
This commit is contained in:
@@ -8,15 +8,15 @@
|
||||
|
||||
struct EffectRandomTwoColorInterpolationConfig
|
||||
{
|
||||
int cycleDurationMs;
|
||||
int32_t cycleDurationMs;
|
||||
bool startWithExisting;
|
||||
int numSegments;
|
||||
|
||||
ColorHSV color1;
|
||||
ColorHSV color2;
|
||||
int32_t numSegments;
|
||||
|
||||
bool hue1Random;
|
||||
bool hue2Random;
|
||||
|
||||
ColorHSV color1;
|
||||
ColorHSV color2;
|
||||
};
|
||||
|
||||
template <typename TLedStrip>
|
||||
|
||||
Reference in New Issue
Block a user