forked from Makuna/NeoPixelBus
fix (#864)
This commit is contained in:
@@ -211,9 +211,8 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
return (-0.5f * (cos(PI * (unitValue-0.5f)) + 1.0f));
|
||||
return (-0.5f * cos(PI * (unitValue - 0.5f)) + 1.0f);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
static float ExponentialIn(float unitValue)
|
||||
|
Reference in New Issue
Block a user