Skip to content

Add UART TX Module

Byron Lathi requested to merge uart into master

The UART Module can be written to to transmit data, and the status can be read to determine when it is ready to transmit another byte.

The baud rate is fixed, but this can be changed later.

Merge request reports