Open GoogleCodeExporter opened 9 years ago
Looking into this now.
Original comment by rogue.bh...@gmail.com
on 16 Jul 2010 at 3:37
Since I don't have an ATmega8 handy, I need some help with testing. See
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1279295681/
Original comment by rogue.bh...@gmail.com
on 16 Jul 2010 at 3:57
Pete62 @ the Arduino.cc forums found the bugs. 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.
Attached is the fixed version of Tone.cpp.
Those with ATmega8's, please verify the changes.
Original comment by rogue.bh...@gmail.com
on 17 Jul 2010 at 7:15
Attachments:
Thank you for teaching me into the right direction to find the bugs in the Tone
lib. Pete62 is my Arduino.cc username.
Thread can be closed.
Original comment by p.reckte...@gmail.com
on 18 Jul 2010 at 9:59
Hi,
Will this corrective be included in the arduino's release versions one day ?
I'm using the 1.0.5 and the version 0007 with is supposed to be this correction
was replaced by this one: 0007 M Sproul 10/08/29 Changed #ifdefs from cpu
to register
The actual release version of the Tone.cpp does not work with an atmega8.
Thanks.
Original comment by jeison.s...@gmail.com
on 10 Nov 2014 at 2:52
Original issue reported on code.google.com by
p.reckte...@gmail.com
on 15 Jul 2010 at 7:34