when github was adding a hash to the library download zip, there was confusion from beginners about needing to rename the unzipped folder before moving into the arduino ide. this library has been prepped (thijse) for the arduino library manager, which requires the library to be in the root directory. Having the library in the manager also removes the "beginner user hash" concern.
34 lines
743 B
Plaintext
34 lines
743 B
Plaintext
#######################################
|
|
# Syntax Coloring Map For PID Library
|
|
#######################################
|
|
|
|
#######################################
|
|
# Datatypes (KEYWORD1)
|
|
#######################################
|
|
|
|
PID KEYWORD1
|
|
|
|
#######################################
|
|
# Methods and Functions (KEYWORD2)
|
|
#######################################
|
|
|
|
SetMode KEYWORD2
|
|
Compute KEYWORD2
|
|
SetOutputLimits KEYWORD2
|
|
SetTunings KEYWORD2
|
|
SetControllerDirection KEYWORD2
|
|
SetSampleTime KEYWORD2
|
|
GetKp KEYWORD2
|
|
GetKi KEYWORD2
|
|
GetKd KEYWORD2
|
|
GetMode KEYWORD2
|
|
GetDirection KEYWORD2
|
|
|
|
#######################################
|
|
# Constants (LITERAL1)
|
|
#######################################
|
|
|
|
AUTOMATIC LITERAL1
|
|
MANUAL LITERAL1
|
|
DIRECT LITERAL1
|
|
REVERSE LITERAL1 |