Luisa Chiu Portfolio
LabFF_touch_pan.py File Reference

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...
 

Detailed Description

Touch panel driver.

Implements finite state machine that interacts with touch panel task

Author
Faith Chau
Luisa Chiu
Date
December 9, 2021

Variable Documentation

◆ IN

LabFF_touch_pan.IN = micropython.const(Pin.IN)

Constant created for Pin.IN.

Used to increase task speed

◆ OUT_PP

LabFF_touch_pan.OUT_PP = micropython.const(Pin.OUT_PP)

Constant created for Pin.OUT_PP.

Used to increase task speed