PowerBroker2/SerialTransfer

Use of abstract class as common interface

NexumIOT opened this issue · 0 comments

It would be useful to declare an abstract class to be use as common interface for I2CTransfer, SerialTransfer and SPITransfer. It requires very little work and in certain situations (like when you have different connection options available and want to be able to switch from one to another) it's very handy.