This website requires JavaScript.
Explore
Help
Register
Sign In
noisymime
/
ArduinoCore-avr
mirror of
https://github.com/noisymime/ArduinoCore-avr.git
Watch
1
Star
0
Fork
You've already forked ArduinoCore-avr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master-older
ArduinoCore-avr
/
libraries
/
Servo
History
David A. Mellis
f504460fc4
Fixing Servo library on the ATmega8 by changing assignments to TIMSK and TIFR into bitwise-or's. Otherwise, this broke millis() by disabling the timer 0 overflow interrupt.
2009-07-21 06:05:02 +00:00
..
examples
First integration of the Arduino code in Processing 5503: PreProcessor and Compiler have been integrated with changes to the Sketch.
2009-06-01 08:32:11 +00:00
Servo.cpp
Fixing Servo library on the ATmega8 by changing assignments to TIMSK and TIFR into bitwise-or's. Otherwise, this broke millis() by disabling the timer 0 overflow interrupt.
2009-07-21 06:05:02 +00:00
Servo.h
Integrating the new Servo library (MegaServo) by Michael Margolis. Uses timer 1, and, on the Mega, timers 3, 4, and 5 for up to 12 servos (48 on the Mega).
2009-07-12 00:33:02 +00:00
keywords.txt
Integrating the new Servo library (MegaServo) by Michael Margolis. Uses timer 1, and, on the Mega, timers 3, 4, and 5 for up to 12 servos (48 on the Mega).
2009-07-12 00:33:02 +00:00