You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: