/*
******************
*                *
* FW_C_08_20.hex *  
*                *
******************
*/


Released August 20th, 2007
Author- Modified by Reid Bishop- W0CNN

Release Notes:

2007-Aug-20:
------------
Author- Adapted/modified by Reid Bishop- W0CNN


This version is to be used ONLY for David Brainer's 995x Production board
(NOT THE PROTOTYPE BOARD!).  The Production board has different pins
dedicated to the DDS control pins.

This is the same code as FW_C_05_25, except the DDS control pins on the PIC
have been changed on the Production version of the 995x board.


2007-May-25:
------------
Author- Adapted/modified by Reid Bishop- W0CNN


This version is to be used ONLY for David Brainer's 995x Prototype board
(NOT THE PRODUCTION BOARD!).  The Production board has different pins
dedicated to the DDS control pins.

The attenuator pins for this release are as follows:
#define ATTEN_clk	LATCbits.LATC0		// Clock (Pin C0 on PIC)
#define ATTEN_data	LATCbits.LATC6		// Data  (Pin C6 on PIC)
#define ATTEN_oe	LATCbits.LATC7		// Output Enable (Pin C7 on PIC)

When used with the USB Controller software V1.0.0.23, full attenuator support
is provided.

Includes Attenuator test function:
	Every other press of the Program switch will toggle the Attenuator in 1 bit
	increments and light the Red LED.  In between presses will set the Attenuator
	back to 0db attenuation and extinquish the Red LED.
