Update Commands

sebgab 2024-04-24 11:46:43 +00:00
parent b6268dedaf
commit 7fba11123f

@ -23,13 +23,13 @@ Given we use I2C for comms using hex as the commands are reasonable.
| 0x02 | Fan 2 |
## Read commands
| command | description | parameter |
| :-- | :-- | :-- |
| 0x11 | Read config | |
| 0x12 | Read voltage | Volage source |
| 0x13 | Read temperature | |
| 0x14 | Read current fan speed | Fan number |
| 0x15 | Read bulk fan speed | Fan number |
| command | description | parameter | read length |
| :-- | :-- | :-- | |:-- |
| 0x11 | Read config | | ? |
| 0x12 | Read voltage | Volage source | 2 |
| 0x13 | Read temperature | 2 |
| 0x14 | Read current fan speed | Fan number | 2 |
| 0x15 | Read bulk fan speed | Fan number | 2 * num |
## Write commands
| command | description | parameter |