New Release

This commit is contained in:
Michael Miller
2016-07-03 17:55:28 -07:00
parent 6b7e2b58e2
commit 586b9bef37
3 changed files with 11 additions and 6 deletions

View File

@@ -22,10 +22,12 @@ Neo800KbpsMethod KEYWORD1
Neo400KbpsMethod KEYWORD1
NeoAvr800KbpsMethod KEYWORD1
NeoAvr400KbpsMethod KEYWORD1
NeoEsp8266Dma800Method KEYWORD1
NeoEsp8266Dma400Method KEYWORD1
NeoEsp8266Uart800Method KEYWORD1
NeoEsp8266Uart400Method KEYWORD1
NeoEsp8266Dma800KbpsMethod KEYWORD1
NeoEsp8266Dma400KbpsMethod KEYWORD1
NeoEsp8266Uart800KbpsMethod KEYWORD1
NeoEsp8266Uart400KbpsMethod KEYWORD1
NeoEsp8266AsyncUart800KbpsMethod KEYWORD1
NeoEsp8266AsyncUart400KbpsMethod KEYWORD1
NeoEsp8266BitBang800Method KEYWORD1
NeoEsp8266BitBang400Method KEYWORD1
NeoPixelAnimator KEYWORD1
@@ -139,6 +141,9 @@ SpriteCount KEYWORD2
Blt KEYWORD2
Width KEYWORD2
Height KEYWORD2
Parse KEYWORD2
ToString KEYWORD2
ToNumericalString KEYWORD2
#######################################
# Constants (LITERAL1)

View File

@@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/Makuna/NeoPixelBus"
},
"version": "2.1.2",
"version": "2.1.3",
"frameworks": "arduino",
"platforms": "*"
}

View File

@@ -1,5 +1,5 @@
name=NeoPixelBus by Makuna
version=2.1.2
version=2.1.3
author=Michael C. Miller (makuna@live.com)
maintainer=Michael C. Miller (makuna@live.com)
sentence=A library that makes controlling NeoPixels (WS2811, WS2812 & SK6812) easy.