C.c description – Arizona Picdem 17 User Manual

Page 79

Advertising
background image

2001 Microchip Technology Inc.

DS39024B-page 73

I

2

C.C

Description

PutsUSART2(crlf);

// Print a CRLF

to USART2

addr++;

// Increment the

address

if(addr > 127)

// If > 127

addr = 0;

// reset to 0

Delay10KTCYx(250);

// Wait a while

}

}

Advertising