am64x/am243xx: tamagawa: Update documenation for reset command

- Add steps to reset ABS and ABM values 10 times

Fixes: PINDSW-6611

Signed-off-by: Aaron Thomas <aaron.richard@ti.com>
This commit is contained in:
Aaron 2023-08-30 21:49:19 +05:30
parent 8e38d03072
commit 5c6c6a6c5f

View File

@ -288,12 +288,12 @@ Shown below is a sample output when the application is run:
<tr> <tr>
<td>Data ID 8</td> <td>Data ID 8</td>
<td>Reset - absolute</td> <td>Reset - absolute</td>
<td>This command used to reset absolute position data(ABS) </td> <td>This command is used to reset absolute position data(ABS). In order to reset the ABS value, send this command 10 times and send Data ID 0. </td>
<td>CRC success with ABS, SF, CF and CRC values printed in the terminal.</td> <td>CRC success with ABS value set to 0 along with SF, CF and CRC values printed in the terminal.</td>
</tr> <tr> </tr> <tr>
<td>Data ID C</td> <td>Data ID C</td>
<td>Reset - multiturn</td> <td>Reset - multiturn</td>
<td>This command used to reset multi-turn data(ABM) </td> <td>This command is used to reset multi-turn data(ABM). In order to reset the ABM value, send this command 10 times and send Data ID 1. </td>
<td>CRC success with ABS, SF, CF and CRC values printed in the terminal.</td> <td>CRC success with ABM value set to 0 along with SF, CF and CRC values printed in the terminal.</td>
</tr> </tr>
</table> </table>