Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 236 → Rev 237

/PIC Stuff/Cerebot_32MX7_LED_Cube/I2C1.c
111,7 → 111,7
void __ISR(_I2C_1_VECTOR, ipl5) __I2C_1_Interrupt_Handler(void) {
// Bus collision event
if (IFS0bits.I2C1BIF) {
// This should be handled at some point
// TODO: Handle bus collision events here
IFS0CLR = 0x20000000;
}
// Slave event