def write(self, buf, start=0, end=None):
"""Write data from the buffer to SPI"""
def write(self, buf, start=0, end=None):
"""Write data from the buffer to SPI"""
def readinto(self, buf, start=0, end=None, write_value=0):
"""Read data from SPI and into the buffer"""
def readinto(self, buf, start=0, end=None, write_value=0):
"""Read data from SPI and into the buffer"""