forked from Makuna/NeoPixelBus
inc version (#832)
This commit is contained in:
@@ -180,7 +180,7 @@ void SetupAnimationSet()
|
|||||||
//
|
//
|
||||||
// we use this progress value to define how we want to animate in this case
|
// we use this progress value to define how we want to animate in this case
|
||||||
// we call RgbColor::LinearBlend which will return a color blended between
|
// we call RgbColor::LinearBlend which will return a color blended between
|
||||||
// the values given, by the amount passed, hich is also a float value from 0.0-1.0.
|
// the values given, by the amount passed, which is also a float value from 0.0-1.0.
|
||||||
// then we set the color.
|
// then we set the color.
|
||||||
//
|
//
|
||||||
// There is no need for the MyAnimationState struct as the compiler takes care
|
// There is no need for the MyAnimationState struct as the compiler takes care
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Makuna/NeoPixelBus"
|
"url": "https://github.com/Makuna/NeoPixelBus"
|
||||||
},
|
},
|
||||||
"version": "2.8.0",
|
"version": "2.8.1",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": "*",
|
"platforms": "*",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
name=NeoPixelBus by Makuna
|
name=NeoPixelBus by Makuna
|
||||||
version=2.8.0
|
version=2.8.1
|
||||||
author=Michael C. Miller (makuna@live.com)
|
author=Michael C. Miller (makuna@live.com)
|
||||||
maintainer=Michael C. Miller (makuna@live.com)
|
maintainer=Michael C. Miller (makuna@live.com)
|
||||||
sentence=A library that makes controlling NeoPixels (WS2812x and many others) and DotStars (SK6812 and many others) easy.
|
sentence=A library that makes controlling NeoPixels (WS2812x and many others) and DotStars (SK6812 and many others) easy.
|
||||||
|
Reference in New Issue
Block a user