-/* \r
- Specifically designed for the xplain board, other uses could be made by furkling through the code\r
- and replacing the port and pin assignments. Also relies on and external interupt to detect the low\r
- level of the start bit, in this case INT0.\r
- Always configured to 9600baud. Can be changed by setting the BITLENGTH define to F_CPU/(desired baud)\r
- code may need optimising when getting any faster to sample the bit in the correct place. No \r
- compensation has been made for the response time of the int routine.\r
- */\r
-\r
-#ifndef UART_SOFT_H\r
-#define UART_SOFT_H\r