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
This is a feature request to implement embassy_embedded_hal::SetConfig on anything which currently implements SpiBus (which would be Spi and SpiDma).
This would be useful with SpiDeviceWithConfig (blocking and async) for running multiple SPI devices with different clock speed capabilities on the same bus.
Yes, the user (me) could put a wrapper around Spi/SpiDma to implement SetConfig, and that might be what I do as a short term solution. But Just thought it would be good to have a native implementation.
The text was updated successfully, but these errors were encountered:
This is a feature request to implement embassy_embedded_hal::SetConfig on anything which currently implements SpiBus (which would be Spi and SpiDma).
This would be useful with SpiDeviceWithConfig (blocking and async) for running multiple SPI devices with different clock speed capabilities on the same bus.
Yes, the user (me) could put a wrapper around Spi/SpiDma to implement SetConfig, and that might be what I do as a short term solution. But Just thought it would be good to have a native implementation.
The text was updated successfully, but these errors were encountered: