Skip to content
Snippets Groups Projects
Commit 39a01e57 authored by dos's avatar dos
Browse files

docs: captouch: Don't use "pads" when referring to "petals"

This makes it match the terminology used in other places
("petals" consisting of either 2 or 3 "pads").
parent 19bf89ee
No related branches found
No related tags found
1 merge request!185docs: captouch: Don't use "pads" when referring to "petals"
Pipeline #7040 passed
...@@ -89,12 +89,12 @@ class CaptouchState(Protocol): ...@@ -89,12 +89,12 @@ class CaptouchState(Protocol):
""" """
State of individual petals. State of individual petals.
Contains 10 elements, with the zeroth element being the pad closest to Contains 10 elements, with the zeroth element being the petal closest to
the USB port. Then, every other pad in a clockwise direction. the USB port. Then, every other petal in a clockwise direction.
Pads 0, 2, 4, 6, 8 are Top pads. Petals 0, 2, 4, 6, 8 are Top petals.
Pads 1, 3, 5, 7, 9 are Bottom pads. Petals 1, 3, 5, 7, 9 are Bottom petals.
""" """
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment