2 picmicro c libraries, 3 source code descriptions, Picmicro c libraries – Arizona Picdem 17 User Manual

Page 68: Source code descriptions, Picdem™ 17 demonstration board user’s guide

Advertising
background image

PICDEM™ 17 Demonstration Board User’s Guide

DS39024B-page 62

2001 Microchip Technology Inc.

7.2

PICmicro C Libraries

The files in ANALOG.PJT use the following library function(s) contained in
PMC756L.LIB:

Delay10KTCYx( )

BusyUSART2( )

putcUSART2( )

OpenUSART2( )

OpenADC( )

ConvertADC( )

BusyADC( )

ReadADC( )

uitoa( )

7.3

Source Code Descriptions

DEMO756L.LKR

This file is the linker script file for the project.

P17C756.O

This file contains the processor dependent objects, it
is included by the linker script file.

PMC756L.LIB

This file contains the library functions compiled for
large memory model, it is included by the linker script
file.

C0L17DEM.O

This fwwile contains the startup code to initialize the
stack, initialize data, call the startup function, and jump
to

main( )

.

ANALOG.C

This file is the main source code file for the project.

P17C756.H

This header file contains processor specific items.

DELAYS.H

This is the header file for delay routines in the library.

USART16.H

This is the header file for the USART routines in the
library.

STDLIB.H

This is the header file for standard library routines.

ADC16.H

This is the header file for A/D routines in the library.

Advertising