mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-31 09:50:58 +00:00
fix(docs): fix prodtest SBU command documentation
[no changelog]
This commit is contained in:
parent
4fe9294377
commit
43fa92d953
@ -150,13 +150,13 @@ OK
|
|||||||
|
|
||||||
### SBU
|
### SBU
|
||||||
The `SBU` command allows you to set the states of SBU1 and SBU2 pins.
|
The `SBU` command allows you to set the states of SBU1 and SBU2 pins.
|
||||||
It takes two input parameters, each representing the state of one pin (0 or 1), and sets the corresponding output pins accordingly.
|
It takes one input parameter, representing the state of both pins (00, 01, 10 or 11), and sets the corresponding output pins accordingly.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```
|
```
|
||||||
// sets SBU1 <- 1, SBU2 <- 0
|
// sets SBU1 <- 1, SBU2 <- 0
|
||||||
|
|
||||||
SBU 1 0
|
SBU 10
|
||||||
OK
|
OK
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user