The ADC project is a simple program for the ADuC7026 using Analog Devices ADuC7026 Evaluation Board. It demonstrates the use of the board for ADC conversions. The default example is single ended conversion. A Continuous conversion and Timer example are also included with this project. To view these examples, the ADCsing.c C source file needs to be replaced with the appropriate C source file. Instructions to do this are as follows: * In the Project Workspace window, right click on the 'ADCsing.c' file in the 'C Source File' folder. * Select ' Remove 'ADCsing.c' '. * Right click on the 'C Source File' folder and select 'Add files to Group 'C Source File' '. * Choose the required file from the ADC folder ('ADCcont.c' or 'ADCtimer.c'). * Compile and run as normal.