-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkeywords.txt
49 lines (42 loc) · 973 Bytes
/
keywords.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#######################################
# Syntax Coloring Map For Opcom_Pixel
#######################################
# Class
#######################################
Adafruit_NeoPixel KEYWORD1
PixelEffect KEYWORD1
PixelEffect_Alternating
PixelEffect_ColorWipe
PixelEffect_Fade
PixelEffect_Fire
PixelEffect_Flash
PixelEffect_NightRider
PixelEffect_Solid
PixelEffect_TheatreChase
PixelEffectStack
PixelEffectWithCallback
PixelPanel
PixelStrip
Timer
#######################################
# Methods and Functions
#######################################
setPixelColor KEYWORD2
setPin KEYWORD2
setBrightness KEYWORD2
numPixels KEYWORD2
getPixelColor KEYWORD2
Color KEYWORD2
disable KEYWORD2
init KEYWORD2
run KEYWORD2
isEnabled KEYWORD2
#######################################
# Constants
#######################################
NEO_GRB LITERAL1
NEO_COLMASK LITERAL1
NEO_KHZ800 LITERAL1
NEO_SPDMASK LITERAL1
NEO_RGB LITERAL1
NEO_KHZ400 LITERAL1