dstric-aqueduct dcf228e448 Add set_config method to RP SPI driver
Add a `set_config` method to `Spi` to allow reconfiguring SPI mode after creation.

The existing implementation of the `embassy-embedded-hal` trait `SetConfig` is changed to use the new method.

Existing uses of `SetConfig`  trait may need to explicitly call the trait method to maintain current return type.
2024-12-03 00:14:24 +01:00
..
2024-08-29 10:47:03 -04:00
2024-08-08 21:35:21 -04:00
2024-08-08 21:35:21 -04:00
2024-11-28 01:54:50 +01:00