Closed tdicola closed 7 years ago
Since these functions just pass through to the SPI bus, as a small optimization directly return the SPI bus when it's locked. This removes the need to wrap the functions and the calling overhead.
Thanks @tdicola!
Since these functions just pass through to the SPI bus, as a small optimization directly return the SPI bus when it's locked. This removes the need to wrap the functions and the calling overhead.