-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkeywords.txt
41 lines (34 loc) · 1.06 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
########################################################################
########################################################################
# Syntax Coloring Map For ArduinoBasicIO
########################################################################
#######################################
# Datatypes (KEYWORD1)
#######################################
Pin KEYWORD1
AnalogInputPin KEYWORD1
DigitalInputPin KEYWORD1
DigitalOutputPin KEYWORD1
ActuatorBase KEYWORD1
SwitchedInput KEYWORD1
LowOnSwitchedInput KEYWORD1
HighOnSwitchedInput KEYWORD1
DigitalActuator KEYWORD1
LowOnActuator KEYWORD1
HighOnActuator KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
readAnalog KEYWORD2
writeDigital KEYWORD2
writePWM KEYWORD2
isOn KEYWORD2
isOff KEYWORD2
high KEYWORD2
low KEYWORD2
#######################################
# Instances (KEYWORD2)
#######################################
#######################################
# Constants (LITERAL1)
#######################################