Arizona 17 Network Card User Manual


 
PICDEM 17 Demonstration Board Users Guide
DS39024B-page 58 2001 Microchip Technology Inc.
6.4 PICmicro C Libraries
The files in USART.PJT use the following library function(s) contained
PMC756L.LIB:
Delay10KTCYx( )
BusyUSART2( )
putcUSART2( )
OpenUSART2( )
ubtoa( )
6.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( ).
USART.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.