forked from Dlloydev/QuickPID
-
Notifications
You must be signed in to change notification settings - Fork 0
/
keywords.txt
47 lines (41 loc) · 1.04 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
##########################################
# Syntax Coloring Map For QuickPID Library
##########################################
##########################################
# Datatypes (KEYWORD1)
##########################################
QuickPID KEYWORD1
myQuickPID KEYWORD1
##########################################
# Methods and Functions (KEYWORD2)
##########################################
SetMode KEYWORD2
Compute KEYWORD2
AutoTune KEYWORD2
SetOutputLimits KEYWORD2
SetTunings KEYWORD2
SetControllerDirection KEYWORD2
SetSampleTimeUs KEYWORD2
GetKp KEYWORD2
GetKi KEYWORD2
GetKd KEYWORD2
GetKu KEYWORD2
GetTu KEYWORD2
GetTd KEYWORD2
GetMode KEYWORD2
GetDirection KEYWORD2
analogReadFast KEYWORD2
analogReadAvg KEYWORD2
analogWrite KEYWORD2
analogWriteFrequency KEYWORD2
analogWriteResolution KEYWORD2
##########################################
# Constants (LITERAL1)
##########################################
AUTOMATIC LITERAL1
MANUAL LITERAL1
DIRECT LITERAL1
REVERSE LITERAL1
mode_t LITERAL1
direction_t LITERAL1
analog_write_channel_t LITERAL1