This repository has been archived by the owner on Apr 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkeywords.txt
85 lines (80 loc) · 2.37 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
77
78
79
80
81
82
83
84
85
##################################################
# Arduino Syntax Coloring Map
#
# Note: Use Tabs instead of Spaces!
# Recommended Tab Size = 8
##################################################
#-------------------------------------------------
# KEYWORD1: Classes, datatypes and C++ keywords
#-------------------------------------------------
OXOcard KEYWORD1
#-------------------------------------------------
# KEYWORD2: Methods and Functions
#-------------------------------------------------
#OXOcard:
begin KEYWORD2
turnOff KEYWORD2
handleAutoTurnOff KEYWORD2
resetAutoTurnOffCounter KEYWORD2
isLeftButtonPressed KEYWORD2
isMiddleButtonPressed KEYWORD2
isRightButtonPressed KEYWORD2
setupAsIBeacon KEYWORD2
findIBeacon KEYWORD2
initPins KEYWORD2
disableUnusedCpuFunctions KEYWORD2
initTimerIRQ KEYWORD2
getLEDBlue KEYWORD2
iBeaconNameToIBeaconUUID KEYWORD2
#OXOcardRunner:
resetOXOcard KEYWORD2
clearDisplay KEYWORD2
turnDisplayOn KEYWORD2
fillDisplay KEYWORD2
drawPixel KEYWORD2
clearPixel KEYWORD2
drawRectangle KEYWORD2
drawFilledRectangle KEYWORD2
drawLine KEYWORD2
drawCircle KEYWORD2
drawFilledCircle KEYWORD2
drawTriangle KEYWORD2
drawFilledTriangle KEYWORD2
drawImage KEYWORD2
drawChar KEYWORD2
drawDigit KEYWORD2
drawNumber KEYWORD2
getXAcceleration KEYWORD2
getYAcceleration KEYWORD2
getZAcceleration KEYWORD2
getOrientation KEYWORD2
isOrientationUp KEYWORD2
isOrientationDown KEYWORD2
isOrientationHorizontally KEYWORD2
isOrientationVertically KEYWORD2
setupAsIBeacon KEYWORD2
findIBeacon KEYWORD2
setBluetoothTxPower KEYWORD2
getBluetoothTxPower KEYWORD2
getBluetoothMacAddress KEYWORD2
connectToBluetoothMacAddress KEYWORD2
bluetoothWrite KEYWORD2
bluetoothPrint KEYWORD2
bluetoothPrintln KEYWORD2
bluetoothRead KEYWORD2
bluetoothReadChar KEYWORD2
bluetoothAvailable KEYWORD2
bluetoothHandshaking KEYWORD2
playMelody KEYWORD2
resetTimer KEYWORD2
getTimerSeconds KEYWORD2
checkIfSerialOn KEYWORD2
#-------------------------------------------------
# KEYWORD3: setup, loop and Serial keywords
#-------------------------------------------------
#-------------------------------------------------
# LITERAL1: Constants
#-------------------------------------------------
#-------------------------------------------------
# LITERAL2: Built-in variables (unused by default)
#-------------------------------------------------