Skip to content

Commit

Permalink
fixed i2c byteslength for some inputs #docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pyr0ball committed May 13, 2020
1 parent 0f3db0f commit 5581fac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/config/pyr0piezo-i2c/pyr0piezo-i2c.md
Expand Up @@ -9,8 +9,8 @@ see [Pyr0-Piezo Parameters Explanation](../pyr0piezo-parameters/pyr0piezo-parame
|I2C Register|Command Alias|Arguments|Type|Bytes Length
|---|---|---|---|---|
|0x00|GAIN_F|Gain Factor|Input|2
|0x01|VFOL|Millivolts|Input|4
|0x02|VCOMP|Millivolts|Input|4
|0x01|VFOL|Millivolts|Input|2
|0x02|VCOMP|Millivolts|Input|2
|0x03|LOOP_D|Milliseconds|Input|2
|0x04|TRG_D|Milliseconds|Input|2
|0x05|HYST|Millivolts|Input|2
Expand All @@ -21,4 +21,4 @@ see [Pyr0-Piezo Parameters Explanation](../pyr0piezo-parameters/pyr0piezo-parame
|0x0a|ERASE|None|Input|1
|0x0b|STATE|None|Output|10
|0x0c|VCCSW|Boolean|Input|1
|0x0d|VCCADJUST|Millivolts|Input|4
|0x0d|VCCADJUST|Millivolts|Input|2

0 comments on commit 5581fac

Please sign in to comment.