/*\r
LUFA Library\r
- Copyright (C) Dean Camera, 2009.\r
+ Copyright (C) Dean Camera, 2010.\r
\r
dean [at] fourwalledcubicle [dot] com\r
www.fourwalledcubicle.com\r
*/\r
\r
/*\r
- Copyright 2009 David Prentice (david.prentice [at] farming [dot] uk)\r
- Copyright 2009 Peter Danneger\r
- Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
+ Copyright 2010 David Prentice (david.prentice [at] farming [dot] uk)\r
+ Copyright 2010 Peter Danneger\r
+ Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
\r
Permission to use, copy, modify, distribute, and sell this \r
software and its documentation for any purpose is hereby granted\r
#define STXDDR DDRD\r
\r
/* Function Prototypes: */\r
- unsigned char SoftUART_IsReady(void);\r
- unsigned char SoftUART_TxByte(unsigned char c);\r
- unsigned char SoftUART_IsReceived(void);\r
- unsigned char SoftUART_RxByte(void);\r
- void SoftUART_Init(void);\r
+ uint8_t SoftUART_IsReady(void);\r
+ uint8_t SoftUART_TxByte(uint8_t c);\r
+ uint8_t SoftUART_IsReceived(void);\r
+ uint8_t SoftUART_RxByte(void);\r
+ void SoftUART_Init(void);\r
\r
#endif
\ No newline at end of file