diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-13 20:06:41 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-13 20:10:37 -0400 |
| commit | bec2fc2bae629ef30df81f26be7490bab6624c2d (patch) | |
| tree | 553830f776a87b8ef92c5daf3094bd43a439a8d3 /libraries | |
| parent | ecc8a8b128af6efdb4df78c179037a81a98cc3ad (diff) | |
Docs: Updating Servo docs.
Diffstat (limited to 'libraries')
| -rw-r--r-- | libraries/Servo/Servo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/Servo/Servo.h b/libraries/Servo/Servo.h index f80339e..c28f015 100644 --- a/libraries/Servo/Servo.h +++ b/libraries/Servo/Servo.h @@ -76,6 +76,7 @@ #define SERVO_DEFAULT_MIN_ANGLE 0 #define SERVO_DEFAULT_MAX_ANGLE 180 +/** Class for interfacing with RC servomotors. */ class Servo { public: /** |
