4 picmicro c libraries, 5 source code descriptions, Picmicro c libraries – Arizona Picdem 17 User Manual

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

Advertising
background image

PICDEM™ 17 Demonstration Board User’s Guide

DS39024B-page 70

2001 Microchip Technology Inc.

9.4

PICmicro C Libraries

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

Delay1KTCYx( )

9.5

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 file contains the startup code to initialize the
stack, initialize data, call the startup function, and jump
to

main( )

.

I2C.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.

Advertising