1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-02 13:24:12 +01:00
Arduino/hardware/arduino/avr
Jan 3cde93501c Update Tone.cpp
Rebased the bugfix from the original Google Code issue #292 to work with Arduino 1.6.x

Description of original fix provided by Pete62:
The later 8 bit AVR's use two registers (TCCRxA, TCCRxB) whereas the ATmega8 only uses a single register (TCCR2) to house the control bits for Timer 2.  Bits were inadvertently being cleared.
2015-04-11 00:15:58 +02:00
..
bootloaders merge 2013-10-14 12:42:42 +02:00
cores/arduino Update Tone.cpp 2015-04-11 00:15:58 +02:00
firmwares Merge branch 'master' into ide-1.5.x 2014-09-16 12:19:39 +02:00
libraries LibraryManager: better type filtering 2015-03-27 14:51:19 +01:00
variants Merge branch 'master' into ide-1.5.x 2014-02-12 17:17:33 +01:00
boards.txt Added warning for uncertified boards 2015-03-10 08:52:41 +01:00
platform.txt Starting 1.6.3 2015-03-30 15:06:59 +02:00
programmers.txt added support for the ArduinoISP 2014-07-02 15:03:12 +02:00