Subversion Repositories Code-Repo

Rev

Rev 255 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 255 Rev 263
Line 117... Line 117...
117
// Text control functions
117
// Text control functions
118
void Cube_Text_Init(uint8_t *string, uint8_t length, uint16_t R, uint16_t G, uint16_t B);
118
void Cube_Text_Init(uint8_t *string, uint8_t length, uint16_t R, uint16_t G, uint16_t B);
119
void Cube_Text_Interrupt(void);
119
void Cube_Text_Interrupt(void);
120
 
120
 
121
// Data stream in control functions
121
// Data stream in control functions
-
 
122
// UART functions
122
void Cube_Data_In(uint8_t c);
123
void Cube_Data_In(uint8_t c);
123
void Cube_Data_In_Process_Frame(void);
124
void Cube_Data_In_Process_Frame(void);
124
void Cube_Data_Direct_Write_All(uint8_t *buffer);
125
void Cube_Data_Direct_Write_All(uint8_t *buffer);
-
 
126
// Ethernet functions
125
void Cube_Ethernet_Frame_In(void);
127
void Cube_Ethernet_Frame_In(void);
126
 
128
 
127
#endif	/* CUBE_H */
129
#endif	/* CUBE_H */
128
 
130