You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
581 B
24 lines
581 B
#######################################
|
|
# Syntax Coloring Map
|
|
#######################################
|
|
|
|
#######################################
|
|
# Classes and datatypes (KEYWORD1)
|
|
#######################################
|
|
MD_REncoder KEYWORD1
|
|
|
|
#######################################
|
|
# Methods and functions (KEYWORD2)
|
|
#######################################
|
|
begin KEYWORD2
|
|
read KEYWORD2
|
|
speed KEYWORD2
|
|
setPeriod KEYWORD2
|
|
|
|
######################################
|
|
# Constants/defines (LITERAL1)
|
|
#######################################
|
|
DIR_NONE LITERAL1
|
|
DIR_CW LITERAL1
|
|
DIR_CCW LITERAL1
|
|
|
|
|