Closed GrantM11235 closed 3 years ago
I refactored SPIInterface to use SPIInterfaceNoCS internally, which reduces the maintenance overhead of having two structs that do mostly the same thing. This is a non-breaking change.
SPIInterface
SPIInterfaceNoCS
I refactored
SPIInterface
to useSPIInterfaceNoCS
internally, which reduces the maintenance overhead of having two structs that do mostly the same thing. This is a non-breaking change.