itsanjan / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Merge PWMServo library (hardware servo control on pins 9 and 10) into Servo library. #631

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be cool if the Servo library could use either of two strategies: 
hardware PWM control if the servos are on pins 9 or 10, and software if not.  
This would basically be combining the old servo library with the new one.  See 
also PWMServo (http://arduiniana.org/libraries/pwmservo/) for an alternative 
version of the old (hardware-control) servo library.

Original issue reported on code.google.com by dmel...@gmail.com on 8 Sep 2011 at 9:06