Question
How to write code that is port flexible? I have a project I want to do that the UARTs used may change by end-user config setting. So it may have communication on one or many UARTs (almost like a matrix scheme). How do I abstract the UART(s)?
..