forked from arturo182/arduino_bbq10kbd
-
Notifications
You must be signed in to change notification settings - Fork 5
/
keywords.txt
37 lines (32 loc) · 873 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
#######################################
# Syntax Coloring Map For Ultrasound
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
BBQ10Keyboard KEYWORD1
KeyEvent KEYWORD1
KeyState KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
begin KEYWORD2
reset KEYWORD2
attachInterrupt KEYWORD2
detachInterrupt KEYWORD2
clearInterruptStatus KEYWORD2
status KEYWORD2
keyCount KEYWORD2
keyEvent KEYWORD2
backlight KEYWORD2
setBacklight KEYWORD2
readRegister8 KEYWORD2
readRegister16 KEYWORD2
writeRegister KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
StateIdle LITERAL1
StatePress LITERAL1
StateLongPress LITERAL1
StateRelease LITERAL1