LinkIt Smart 7688 -[9]- Using MRAA SPI in Python


import mraa

spi = mraa.Spi(0)
val = 0x11
spi.writeByte(val)

留言