Subversion Repositories libSerial

Rev

Rev 7 | Rev 10 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 8
Line 70... Line 70...
70
extern void init_usart_ctl(usart_ctl * instance,
70
extern void init_usart_ctl(usart_ctl * instance,
71
                           UART_HandleTypeDef  * usart);
71
                           UART_HandleTypeDef  * usart);
72
 
72
 
73
extern void setBaud(usart_ctl * instance, uint32_t baud);
73
extern void setBaud(usart_ctl * instance, uint32_t baud);
74
 
74
 
-
 
75
 
75
extern void sendString(usart_ctl *ctl, char *string, int length);
76
extern void sendString(usart_ctl *ctl, char const *string, int length);
-
 
77
 
76
#endif /* INC_SERIAL_H_ */
78
#endif /* INC_SERIAL_H_ */