MH-Z-CO2-Sensors/keywords.txt
per1234 ca2eb6e7ba
Use correct field separator in keywords.txt
The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is not highlighted.

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2018-07-17 07:29:47 -07:00

41 lines
845 B
Text

#######################################
# Syntax Coloring Map For MHZ
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
MHZ KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
setDebug KEYWORD2
isPreHeating KEYWORD2
isReady KEYWORD2
readCO2UART KEYWORD2
readCO2PWM KEYWORD2
getLastTemperature KEYWORD2
#######################################
# Instances (KEYWORD2)
#######################################
co2 KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
MHZ14A LITERAL1
MHZ19B LITERAL1
STATUS_NO_RESPONSE LITERAL1
STATUS_CHECKSUM_MISMATCH LITERAL1
STATUS_INCOMPLETE LITERAL1
STATUS_NOT_READY LITERAL1