-
Notifications
You must be signed in to change notification settings - Fork 2
/
keywords.txt
76 lines (63 loc) · 1.24 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#######################################
# Datatypes (KEYWORD1)
#######################################
AnalogInput KEYWORD1
AnalogOutput KEYWORD1
DigitalInput KEYWORD1
DigitalOutput KEYWORD1
State KEYWORD1
TriggerOn KEYWORD1
InputPull KEYWORD1
BaseComponent KEYWORD1
PinNumber KEYWORD1
CloudStore KEYWORD1
Components KEYWORD1
# KEYWORD1 because it has no containing class
millisTime KEYWORD1
millisDelay KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
write KEYWORD2
read KEYWORD2
isHigh KEYWORD2
isLow KEYWORD2
high KEYWORD2
low KEYWORD2
loop KEYWORD2
SkipLoop KEYWORD2
RegisterChild KEYWORD2
#######################################
# Literals (LITERAL1)
#######################################
High LITERAL1
Low LITERAL1
None LITERAL1
Up LITERAL1
Down LITERAL1
### Helpers
Function KEYWORD1
Ref KEYWORD1
Timer KEYWORD1
UniquePtr KEYWORD1
Vector KEYWORD1
VoidCallback KEYWORD1
LED KEYWORD1
TactileButton KEYWORD1
setTimeout KEYWORD2
onInterval KEYWORD2
cancel KEYWORD2
isRunning KEYWORD2
privateLoop KEYWORD2
push KEYWORD2
pop KEYWORD2
get KEYWORD2
size KEYWORD2
empty KEYWORD2
on KEYWORD2
off KEYWORD2
toggle KEYWORD2
set KEYWORD2
isOn KEYWORD2
onPress KEYWORD2
onRelease KEYWORD2