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 | 3f88634feb98b50a124ab9c762ac962086c9f254 (patch) | |
tree | 50cc33c9ce57c7b71f2f29503bfbf7c8c5784ad6 /libraries/Servo | |
parent | 3bc44b272d00ec4ae6e995944817570cfdc6d1e0 (diff) | |
download | librambutan-3f88634feb98b50a124ab9c762ac962086c9f254.tar.gz librambutan-3f88634feb98b50a124ab9c762ac962086c9f254.zip |
Docs: Updating Servo docs.
Diffstat (limited to 'libraries/Servo')
-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: /** |