Cosa icon indicating copy to clipboard operation
Cosa copied to clipboard

Refactoring: Allow multiple TWI/SPI modules

Open mikaelpatel opened this issue 7 years ago • 0 comments

The TWI/SPI device drivers assume a single bus/module, i.e. global instances spi and twi. This should be refactored to a member variable with reference to the global instance (and set by the constructor).

mikaelpatel avatar Nov 12 '16 15:11 mikaelpatel