-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a85caf
commit bb692c1
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name=PWMServo | ||
version=2.1 | ||
author=Jim Studt, Mikal Hart, David A. Mellis, Paul Stoffregen | ||
maintainer=Paul Stoffregen | ||
sentence=Control RC Servo motors. | ||
paragraph=PWMServo uses PWM signals for immunity to interrupts, which can corrupt the signals generated by the standard Servo library. SoftwareSerial, Adafruit_NeoPixel and DmxSimple are the most common cause of these problems. PWMServo allows use of servo motors when these or other interrupt blocking libraries are required. | ||
category=Device Control | ||
url=https://github.com/PaulStoffregen/PWMServo | ||
architectures=* |