Update 'USB config & command protocol'

Triss 2021-07-22 19:48:13 +00:00
parent 2ecaa8e138
commit 70826340d3
1 changed files with 1 additions and 0 deletions

@ -54,6 +54,7 @@ A list of all the currently-implemented modes:
* SPI (serprog) command prefix (`0x13`): Perform a SPI command, see below. * SPI (serprog) command prefix (`0x13`): Perform a SPI command, see below.
* I2C command prefix (`0x14`): Perform an I2C command, see below. * I2C command prefix (`0x14`): Perform an I2C command, see below.
* Temperature sensor command prefix (`0x15`): Perform a temperature sensor command, see below. * Temperature sensor command prefix (`0x15`): Perform a temperature sensor command, see below.
* UART↔USB hardware flow control enable/disable (`0x16`): has a single argument byte, `0x00` to disable hardware flow control, any other value to enable. Baud rate and other line control settings are done using the standard USB-CDC line control things.
#### SPI commands #### SPI commands