Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break TX/RX objects into independent classes #83

Open
DavidZemon opened this issue Apr 3, 2016 · 1 comment
Open

Break TX/RX objects into independent classes #83

DavidZemon opened this issue Apr 3, 2016 · 1 comment

Comments

@DavidZemon
Copy link
Collaborator

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
Copy link
Collaborator Author

Can't close this yet. Still need to split up SPI, and maybe I2C

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant