2001 Microchip Technology Inc. DS39024B-page 73
I2C.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
}
}