forked from Makuna/NeoPixelBus
13
keywords.txt
13
keywords.txt
@@ -22,10 +22,12 @@ Neo800KbpsMethod KEYWORD1
|
|||||||
Neo400KbpsMethod KEYWORD1
|
Neo400KbpsMethod KEYWORD1
|
||||||
NeoAvr800KbpsMethod KEYWORD1
|
NeoAvr800KbpsMethod KEYWORD1
|
||||||
NeoAvr400KbpsMethod KEYWORD1
|
NeoAvr400KbpsMethod KEYWORD1
|
||||||
NeoEsp8266Dma800Method KEYWORD1
|
NeoEsp8266Dma800KbpsMethod KEYWORD1
|
||||||
NeoEsp8266Dma400Method KEYWORD1
|
NeoEsp8266Dma400KbpsMethod KEYWORD1
|
||||||
NeoEsp8266Uart800Method KEYWORD1
|
NeoEsp8266Uart800KbpsMethod KEYWORD1
|
||||||
NeoEsp8266Uart400Method KEYWORD1
|
NeoEsp8266Uart400KbpsMethod KEYWORD1
|
||||||
|
NeoEsp8266AsyncUart800KbpsMethod KEYWORD1
|
||||||
|
NeoEsp8266AsyncUart400KbpsMethod KEYWORD1
|
||||||
NeoEsp8266BitBang800Method KEYWORD1
|
NeoEsp8266BitBang800Method KEYWORD1
|
||||||
NeoEsp8266BitBang400Method KEYWORD1
|
NeoEsp8266BitBang400Method KEYWORD1
|
||||||
NeoPixelAnimator KEYWORD1
|
NeoPixelAnimator KEYWORD1
|
||||||
@@ -139,6 +141,9 @@ SpriteCount KEYWORD2
|
|||||||
Blt KEYWORD2
|
Blt KEYWORD2
|
||||||
Width KEYWORD2
|
Width KEYWORD2
|
||||||
Height KEYWORD2
|
Height KEYWORD2
|
||||||
|
Parse KEYWORD2
|
||||||
|
ToString KEYWORD2
|
||||||
|
ToNumericalString KEYWORD2
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
# Constants (LITERAL1)
|
# Constants (LITERAL1)
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Makuna/NeoPixelBus"
|
"url": "https://github.com/Makuna/NeoPixelBus"
|
||||||
},
|
},
|
||||||
"version": "2.1.2",
|
"version": "2.1.3",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": "*"
|
"platforms": "*"
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
name=NeoPixelBus by Makuna
|
name=NeoPixelBus by Makuna
|
||||||
version=2.1.2
|
version=2.1.3
|
||||||
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 (WS2811, WS2812 & SK6812) easy.
|
sentence=A library that makes controlling NeoPixels (WS2811, WS2812 & SK6812) easy.
|
||||||
|
Reference in New Issue
Block a user