brandonbraun653 / Chimera

A generalized high level interface to commonly used embedded systems resources
MIT License
4 stars 0 forks source link

Add capability to register a device with an SPI bus #13

Closed brandonbraun653 closed 4 years ago

brandonbraun653 commented 5 years ago

While developing recent projects, it became apparent that it would be useful to have the capability of registering a device and it's chip select pin with the SPI driver. That way the user could effectively say "write to deviceX" and the underlying SPI driver will know exactly what you mean. This solves a lot of configuration headache when an SPI bus is being shared across multiple devices and multiple threads.

brandonbraun653 commented 4 years ago

Not high enough priority or useful enough.