Skip to content

Commit 63b4867

Browse files
Roy, Elizabethfacchinm
authored andcommitted
Comment changes
1 parent 3fa390c commit 63b4867

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

cores/arduino/Tone.cpp

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* Tone.cpp
22
3-
A Tone Generator Library
3+
A Tone Generator Library for ATmega4809
44
5-
Written by Brett Hagman
5+
Written by Elizabeth Roy
66
77
This library is free software; you can redistribute it and/or
88
modify it under the terms of the GNU Lesser General Public
@@ -18,20 +18,6 @@
1818
License along with this library; if not, write to the Free Software
1919
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2020
21-
Version Modified By Date Comments
22-
------- ----------- -------- --------
23-
0001 B Hagman 09/08/02 Initial coding
24-
0002 B Hagman 09/08/18 Multiple pins
25-
0003 B Hagman 09/08/18 Moved initialization from constructor to begin()
26-
0004 B Hagman 09/09/26 Fixed problems with ATmega8
27-
0005 B Hagman 09/11/23 Scanned prescalars for best fit on 8 bit timers
28-
09/11/25 Changed pin toggle method to XOR
29-
09/11/25 Fixed timer0 from being excluded
30-
0006 D Mellis 09/12/29 Replaced objects with functions
31-
0007 M Sproul 10/08/29 Changed #ifdefs from cpu to register
32-
0008 S Kanemoto 12/06/22 Fixed for Leonardo by @maris_HY
33-
0009 J Reucker 15/04/10 Issue #292 Fixed problems with ATmega8 (thanks to Pete62)
34-
0010 jipp 15/04/13 added additional define check #2923
3521
*************************************************/
3622

3723
#include <avr/interrupt.h>

0 commit comments

Comments
 (0)