PropWare icon indicating copy to clipboard operation
PropWare copied to clipboard

Break TX/RX objects into independent classes

Open DavidZemon opened this issue 8 years ago • 1 comments

When creating interfaces in C++, code space can be saved by breaking classes into their smallest possible interfaces. This means breaking UART and SPI classes at least into a transmit and receive object. I2C probably not since it is bi-directional in nature.

DavidZemon avatar Apr 03 '16 22:04 DavidZemon