Open
Description
This is awesome HAL in terms of usage safety than any other I seen before. But it isn't so yet flexible in several cases.
I would like to configure SPI for display driver, which uses unidirectional setup with only SCLK and MOSI lines.
As I can see, the Pins trait implementation for that case is missing.
Since MISO pin in target device already used as GPIO for other purpose, so I cannot use Pins<(sclk, miso, mosi)>.
Also there are some other SPI setups like a bi-directional half-duplex with single data line.