diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2009-07-12 00:33:02 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2009-07-12 00:33:02 +0000 |
commit | 1359d865c1732c471765177e410817e3e5dbd659 (patch) | |
tree | 37c744d862f62d5dbe5b31113f6e41ed800fb489 /libraries/Servo/keywords.txt | |
parent | cdeb912f7d94928f7de4974a68e4cf727e51e703 (diff) |
Integrating the new Servo library (MegaServo) by Michael Margolis. Uses timer 1, and, on the Mega, timers 3, 4, and 5 for up to 12 servos (48 on the Mega).
Diffstat (limited to 'libraries/Servo/keywords.txt')
-rwxr-xr-x | libraries/Servo/keywords.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/libraries/Servo/keywords.txt b/libraries/Servo/keywords.txt index 918c46a..ca5ba79 100755 --- a/libraries/Servo/keywords.txt +++ b/libraries/Servo/keywords.txt @@ -6,16 +6,18 @@ # Datatypes (KEYWORD1) ####################################### -Servo KEYWORD1 +Servo KEYWORD1 ####################################### # Methods and Functions (KEYWORD2) ####################################### -attach KEYWORD2 -detach KEYWORD2 -write KEYWORD2 -read KEYWORD2 -attached KEYWORD2 +attach KEYWORD2 +detach KEYWORD2 +write KEYWORD2 +read KEYWORD2 +attached KEYWORD2 +writeMicroseconds KEYWORD2 +readMicroseconds KEYWORD2 ####################################### # Constants (LITERAL1) |