From 586b9bef37e82963dc4a5958db1813377ba6c44e Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 3 Jul 2016 17:55:28 -0700 Subject: [PATCH] New Release --- keywords.txt | 13 +++++++++---- library.json | 2 +- library.properties | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/keywords.txt b/keywords.txt index b1cd71e3..77b106df 100644 --- a/keywords.txt +++ b/keywords.txt @@ -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) diff --git a/library.json b/library.json index 03ddd3d9..27abec2f 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/Makuna/NeoPixelBus" }, - "version": "2.1.2", + "version": "2.1.3", "frameworks": "arduino", "platforms": "*" } diff --git a/library.properties b/library.properties index d5d6c2d0..4696da84 100644 --- a/library.properties +++ b/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.