Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 262 → Rev 263

/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
119,9 → 119,11
void Cube_Text_Interrupt(void);
 
// Data stream in control functions
// UART functions
void Cube_Data_In(uint8_t c);
void Cube_Data_In_Process_Frame(void);
void Cube_Data_Direct_Write_All(uint8_t *buffer);
// Ethernet functions
void Cube_Ethernet_Frame_In(void);
 
#endif /* CUBE_H */