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

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

Advertising
background image

PICDEM™ 17 Demonstration Board User’s Guide

DS39024B-page 66

2001 Microchip Technology Inc.

8.4

PICmicro C Libraries

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

Delay1KTCYx( )

8.5

Source Code Descriptions

DEMO756L.LKR

This file is the linker script file for the project.

P17C756.O

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

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