@@ -8,7 +8,9 @@ Formerly, these function were provided by the infamous `BusTemplate.h`.
SPIDriver allow for sensors working with different bus configurations (baud rate, polarity, phase etc) to work togheter on the same bus, by appropriately reconfiguring the bus before each transaction.
Low level access to the SPI bus is provided trough the interface SPIBusInterfaces, a virtual class the provides all the methods needed to perform operations on the bus:
-`configure(...)` Configures the bus with the provided parameters