i'm using a PIC18F97J60 to 'handle' 50 software PWM controlled IO lines...
I also want an LED display and small custom keypad.

I decided to use a PIC16F723 to handle the keypad and LED display due to lack of IO lines and link the two via I2C interface.

The PIC16 will only be sending 6 bytes of data back to the PIC18 on a 'regular basis' say 4 to 10 times per second... The PIC18 is not required to respond...
The 6 bytes represent 6 variables that can be changed from the keypad.

now i've been studdying the PBP manual and their don't seem to be any examples of interpic comms using I2C unless i missed something????

Can someone point me in the right direction?
Thanks