protocol update spi write working

This commit is contained in:
dekunukem
2021-12-22 13:40:13 +00:00
parent ffa5f9913e
commit a2ee0911e2
16 changed files with 617 additions and 540 deletions

View File

@@ -1 +1,5 @@
SPI_MOSI_MAGIC = 0xde
SPI_MOSI_MSG_TYPE_SET_PROTOCOL = 2
RPI_APP_VERSION_TUPLE = (0, 0, 1)
set_protocl_spi_msg_template = [SPI_MOSI_MAGIC, 0, SPI_MOSI_MSG_TYPE_SET_PROTOCOL] + [0]*29