Turbo uPSD Device Driver Files (May 2004)

The files in this directory are designed to be examples
of device drivers for the various IP's that are part of the
uPSD3300 product family.

For the source ".C" files, there is a coresponding header file ".h"
that lists the functions prototypes and key definitions.
The header file also specifies how to use the function calls.

To use the code, add the desired device driver ".C" file to
your project (or make facility) and include the
coresponding ".h" file in your code.  The header file
should cause the source file to be included (compiled
and linked) into your project.

Files included in this directory:

Turbo uPSD IP Driver Manual.doc - This document explains how each IP Driver works
Turbo_ADC.C - Analog to Digital Converter
Turbo_ADC.h
Turbo_PCA_PWM.C - Pulse Width Modulator
Turbo_PCA_PWM.h
Turbo_TIMER.C - Timer 0 time base
Turbo_TIMER.h
Turbo_LCD.C - DK3300 LCD I/O routines
Turbo_LCD.h
Turbo_I2C.C - I2C driver
Turbo_I2C.h
Startup33.a51 - Startup routine 
TurboLite_hardware.h - Hardware specific definitions
uPSD3300.h - 8032 SFR and PSD definitions

