mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
protocol update spi write working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user