jung6717 / arduino

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

Servo library uses the wrong pins for the Arduino Mega. #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Servo library on the Mega should use pins 11 and 12, not 9 and 10.  

Original issue reported on code.google.com by dmel...@gmail.com on 5 Jun 2009 at 2:40

GoogleCodeExporter commented 9 years ago
We're moving to the MegaServo library which does servo control with timer 1, 
not PWM, so this won't be an issue.

Original comment by dmel...@gmail.com on 11 Jul 2009 at 1:31