forked from WorldFamousElectronics/PulseSensorPlayground
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkeywords.txt
More file actions
41 lines (34 loc) · 1004 Bytes
/
keywords.txt
File metadata and controls
41 lines (34 loc) · 1004 Bytes
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 PulseSensor Playground
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
PulseSensorPlayground KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
analogInput KEYWORD2
begin KEYWORD2
blinkOnPulse KEYWORD2
fadeOnPulse KEYWORD2
getBeatsPerMinute KEYWORD2
getInterBeatIntervalMs KEYWORD2
getLatestSample KEYWORD2
isInsideBeat KEYWORD2
outputBeat KEYWORD2
outputSample KEYWORD2
sawNewSample KEYWORD2
setSerial KEYWORD2
setOutputType KEYWORD2
sawStartOfBeat KEYWORD2
useInterrupts KEYWORD2
#######################################
# Instances (KEYWORD2)
#######################################
#######################################
# Constants (LITERAL1)
#######################################
MICROS_PER_READ LITERAL1
PROCESSING_VISUALIZER LITERAL1
SERIAL_PLOTTER LITERAL1