SW006010 Microchip Technology, SW006010 Datasheet - Page 71

no-image

SW006010

Manufacturer Part Number
SW006010
Description
MPLAB 17C SOFTWARE
Manufacturer
Microchip Technology
Datasheets

Specifications of SW006010

Tool Function
Compiler
Tool Type
Compiler
Processor Series
PIC17C
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
MPLAB®
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
3.1
3.2
3.3
 2002 Microchip Technology Inc.
INTRODUCTION
HIGHLIGHTS
EXTERNAL LCD FUNCTIONS
Chapter 3. Software Peripheral Library
This chapter documents software peripheral library functions. The source code for all
of these functions is included with MPLAB-C17 in the
where
See the MPASM™ User's Guide with MPLINK™ and MPLIB™ (DS33014) for more
information about building libraries.
This chapter is organized as follows:
• External LCD Functions
• Software I
• Software SPI Functions
• Software UART Functions
This section contains a list of individual functions and an example of use of the functions
in this section. Functions may be implemented as macros.
3.3.1
BusyXLCD
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
Code Example:
c:\mcc
Function Descriptions
2
C Functions
is the compiler install directory.
PIC17C4X, PIC17C756
Returns the status of the busy flag of the Hitachi HD44780 LCD
controller.
xlcd.h
unsigned char BusyXLCD (void);
None
This function returns the status of the busy flag of the Hitachi
HD44780 LCD controller.
This function returns 0 if the LCD controller is not busy;
otherwise 1 is returned.
xlcd.c
while ( BusyXLCD() );
MPLAB
®
C17 C COMPILER
c:\mcc\src\pmc
LIBRARIES
apRNOVS^-page 67
directory,

Related parts for SW006010