Update 'USB config & command protocol'
parent
191d89bb76
commit
04f393b2b2
|
@ -28,7 +28,7 @@ These commands work at any moment and are used to query the general device state
|
||||||
|
|
||||||
### Persistent storage commands
|
### Persistent storage commands
|
||||||
|
|
||||||
* Get storage info (`0x0c`): returns the 256-byte header data of the persistent storage. No arguments.
|
* Get storage info (`0x0c`): returns the 256-byte header data of the persistent storage. No arguments. See [Persistent storage](Persistent-storage).
|
||||||
* Get mode storage data (`0x0d`): returns the (variable-length) data of a mode. One argument byte, the mode.
|
* Get mode storage data (`0x0d`): returns the (variable-length) data of a mode. One argument byte, the mode.
|
||||||
* Flush data to storage medium (`0x0e`): writes the storage data when changed. Automatically called on OS USB detach/unmount (as long as there is still power supplied to the device).
|
* Flush data to storage medium (`0x0e`): writes the storage data when changed. Automatically called on OS USB detach/unmount (as long as there is still power supplied to the device).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue