diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2008-05-07 19:53:52 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2008-05-07 19:53:52 +0000 |
commit | d98fdd989fcc598401e89e5095cfcdce3baff9b8 (patch) | |
tree | 685bea879690358c534dbee033368f7a1ff8f423 /libraries/Servo/keywords.txt | |
parent | 4b2b39e383d7fec0f94deb0f9a75a493bce2d0ca (diff) |
Adding Servo library (ServoTimer1 from the playground) by Jim Studt.
Diffstat (limited to 'libraries/Servo/keywords.txt')
-rwxr-xr-x | libraries/Servo/keywords.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libraries/Servo/keywords.txt b/libraries/Servo/keywords.txt new file mode 100755 index 0000000..918c46a --- /dev/null +++ b/libraries/Servo/keywords.txt @@ -0,0 +1,22 @@ +####################################### +# Syntax Coloring Map Servo +####################################### + +####################################### +# Datatypes (KEYWORD1) +####################################### + +Servo KEYWORD1 + +####################################### +# Methods and Functions (KEYWORD2) +####################################### +attach KEYWORD2 +detach KEYWORD2 +write KEYWORD2 +read KEYWORD2 +attached KEYWORD2 + +####################################### +# Constants (LITERAL1) +####################################### |