Touch panel driver. More...
Classes | |
| class | LabFF_touch_pan.Touch_Pan |
| Hardware driver to interface resistive touch panels with the STM32 microcontroller. More... | |
Variables | |
| LabFF_touch_pan.OUT_PP = micropython.const(Pin.OUT_PP) | |
| Constant created for Pin.OUT_PP. More... | |
| LabFF_touch_pan.IN = micropython.const(Pin.IN) | |
| Constant created for Pin.IN. More... | |
Touch panel driver.
Implements finite state machine that interacts with touch panel task
| LabFF_touch_pan.IN = micropython.const(Pin.IN) |
Constant created for Pin.IN.
Used to increase task speed
| LabFF_touch_pan.OUT_PP = micropython.const(Pin.OUT_PP) |
Constant created for Pin.OUT_PP.
Used to increase task speed