From 179fcdbda432ff33a921a70994087b08b2a79caa Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 6 Oct 2007 13:02:43 +0000 Subject: Moving things around - creating the hardware directory and sticking all the avr code, etc. in there. --- core/libraries/Stepper/keywords.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 core/libraries/Stepper/keywords.txt (limited to 'core/libraries/Stepper/keywords.txt') diff --git a/core/libraries/Stepper/keywords.txt b/core/libraries/Stepper/keywords.txt new file mode 100644 index 0000000..19a0fad --- /dev/null +++ b/core/libraries/Stepper/keywords.txt @@ -0,0 +1,28 @@ +####################################### +# Syntax Coloring Map For Test +####################################### + +####################################### +# Datatypes (KEYWORD1) +####################################### + +Stepper KEYWORD1 + +####################################### +# Methods and Functions (KEYWORD2) +####################################### + +step KEYWORD2 +setSpeed KEYWORD2 +version KEYWORD2 + +###################################### +# Instances (KEYWORD2) +####################################### +direction KEYWORD2 +speed KEYWORD2 + + +####################################### +# Constants (LITERAL1) +####################################### -- cgit v1.2.3-18-g5258