correct temp length

This commit is contained in:
John
2022-12-17 17:20:51 +01:00
parent 6a16cbf4fd
commit c488156df1
+2 -2
View File
@@ -126,8 +126,8 @@ The first byte transferred in response is always the number of data bytes to be
* `length`: =8 * `length`: =8
* 8*`config_H` `config_L`: PIC config * 8*`config_H` `config_L`: PIC config
* 0x03: PIC temperature * 0x03: PIC temperature
* `length`: =1 * `length`: =2
* `temp`: temperature in degrees Celsius * `temp_H` `temp_L`: temperature in degrees Celsius
* 0x04: PIC supply voltage * 0x04: PIC supply voltage
* `length`: =2 * `length`: =2
* `millivolt_H` `millivolt_L`: voltage value in mV * `millivolt_H` `millivolt_L`: voltage value in mV