Skip to content

Commit

Permalink
New Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Makuna committed Jul 4, 2016
1 parent 6b7e2b5 commit 586b9be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions keywords.txt
Expand Up @@ -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
Expand Down Expand Up @@ -139,6 +141,9 @@ SpriteCount KEYWORD2
Blt KEYWORD2
Width KEYWORD2
Height KEYWORD2
Parse KEYWORD2
ToString KEYWORD2
ToNumericalString KEYWORD2

#######################################
# Constants (LITERAL1)
Expand Down
2 changes: 1 addition & 1 deletion library.json
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/Makuna/NeoPixelBus"
},
"version": "2.1.2",
"version": "2.1.3",
"frameworks": "arduino",
"platforms": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -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.
Expand Down

0 comments on commit 586b9be

Please sign in to comment.