Software UART | mbed - Development Platform for Devices | mbed
#include "mbed.h" // UART.C // // Generic software uart written in C, requiring a timer set to 3 times // the baud rate, and two software read/write pins for the receive and // transmit functions. // // * Received characters are buffered // * putchar(), g...