Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • flow3r/flow3r-firmware
  • Vespasian/flow3r-firmware
  • alxndr42/flow3r-firmware
  • pl/flow3r-firmware
  • Kari/flow3r-firmware
  • raimue/flow3r-firmware
  • grandchild/flow3r-firmware
  • mu5tach3/flow3r-firmware
  • Nervengift/flow3r-firmware
  • arachnist/flow3r-firmware
  • TheNewCivilian/flow3r-firmware
  • alibi/flow3r-firmware
  • manuel_v/flow3r-firmware
  • xeniter/flow3r-firmware
  • maxbachmann/flow3r-firmware
  • yGifoom/flow3r-firmware
  • istobic/flow3r-firmware
  • EiNSTeiN_/flow3r-firmware
  • gnudalf/flow3r-firmware
  • 999eagle/flow3r-firmware
  • toerb/flow3r-firmware
  • pandark/flow3r-firmware
  • teal/flow3r-firmware
  • x42/flow3r-firmware
  • alufers/flow3r-firmware
  • dos/flow3r-firmware
  • yrlf/flow3r-firmware
  • LuKaRo/flow3r-firmware
  • ThomasElRubio/flow3r-firmware
  • ai/flow3r-firmware
  • T_X/flow3r-firmware
  • highTower/flow3r-firmware
  • beanieboi/flow3r-firmware
  • Woazboat/flow3r-firmware
  • gooniesbro/flow3r-firmware
  • marvino/flow3r-firmware
  • kressnerd/flow3r-firmware
  • quazgar/flow3r-firmware
  • aoid/flow3r-firmware
  • jkj/flow3r-firmware
  • naomi/flow3r-firmware
41 results
Show changes
Commits on Source (2)
``captouch`` module
===================
.. note::
Because of a driver quirk, the top pad of the petal 5 is currently not working,
resulting in that petal only reporting half of its supposed range.
.. automodule:: captouch
:members:
:undoc-members:
......
......@@ -89,12 +89,12 @@ class CaptouchState(Protocol):
"""
State of individual petals.
Contains 10 elements, with the zeroth element being the pad closest to
the USB port. Then, every other pad in a clockwise direction.
Contains 10 elements, with the zeroth element being the petal closest to
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.
"""
...
......