Clean up XPLAINBridge code.
This commit is contained in:
parent
2b51944a4b
commit
c77b30e9e6
6 changed files with 44 additions and 21 deletions
|
|
@ -51,10 +51,10 @@
|
|||
#define STXDDR DDRD
|
||||
|
||||
/* Function Prototypes: */
|
||||
unsigned char SoftUART_IsReady(void);
|
||||
unsigned char SoftUART_TxByte(unsigned char c);
|
||||
unsigned char SoftUART_IsReceived(void);
|
||||
unsigned char SoftUART_RxByte(void);
|
||||
void SoftUART_Init(void);
|
||||
uint8_t SoftUART_IsReady(void);
|
||||
uint8_t SoftUART_TxByte(uint8_t c);
|
||||
uint8_t SoftUART_IsReceived(void);
|
||||
uint8_t SoftUART_RxByte(void);
|
||||
void SoftUART_Init(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue