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

Page 42: Source code descriptions, Picdem™ 17 demonstration board user’s guide, 3 picmicro, C libraries

Advertising
background image

PICDEM™ 17 Demonstration Board User’s Guide

DS39024B-page 36

2001 Microchip Technology Inc.

5.3

PICmicro

®

C Libraries

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

Delay10TCY( )

Delay1KTCYx( )

5.4

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( )

.

LCD.C

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

XLCD.C

This file contains the source code to interface to the
external LCD display.

P17C756.H

This header file contains processor specific items.

DELAYS.H

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

XLCD.H

This is the header file for the external LCD routines in

XLCD.C

.

Advertising