|
Software
Below is a link to the complete source code for the AM Tube Radio. It
was written to compile using the CCS PIC C compiler. However, the code
is written to conform to ANSI C standards and will recompile on most platforms
(with the exception of hardware dependent compiler directives).
The code has extensive in-line documentation that is compatible with
Doxygen. Doxygen is a documentation system for C++, C, Java,
Objective-C, IDL (Corba and Microsoft flavors) and to some extent PHP, C#
and D. Doxygen generates a very complete set of HTML pages based on
the in-line code information. Please provide feedback through my contact page to let know if this was useful and if it aided your understanding of
the source code.
Link |
Version |
Description |
|
1.00 |
AM Tube Radio Control Program in C |
|
1.00 |
Doxygen Program Documentation |
|
2 |
GNU
General Public License |
Copyright © 2001-2009, Michael Gray, KD7LMO
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc., 59
Temple Place, Suite 330, Boston, MA 02111-1307 USA
|