Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 200 → Rev 201

/PIC Stuff/Cerebot_32MX7_LED_Cube/SPI1.h
15,6 → 15,7
int inBufferInd;
int inBufferLen;
#endif
void (*callback_function)(void);
} SPI1_DATA;
 
void SPI1_Init(SPI1_DATA *data);