This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Arduino
Watch
1
Star
0
Fork
0
You've already forked Arduino
mirror of
https://github.com/arduino/Arduino.git
synced
2024-12-01 12:24:14 +01:00
Code
Issues
Releases
Activity
b72521d35b
Arduino
/
hardware
History
David A. Mellis
4ee94a1800
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
..
bootloaders
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
cores
Adding improved baud rate calculation, including use (or not) of the U2X bit. (Code from gabebear).
2009-07-12 02:58:59 +00:00
libraries
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
boards.txt
Renaming the 328 and 168 boards.
2009-07-21 05:22:22 +00:00
programmers.txt
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