Luisa Chiu Portfolio
touch_pan.py File Reference

Touch panel driver. More...

Classes

class  touch_pan.Touch_Pan
 Hardware driver to interface resistive touch panels with the STM32 microcontroller. More...
 

Variables

 touch_pan.OUT_PP = micropython.const(Pin.OUT_PP)
 Constant created for Pin.OUT_PP. More...
 
 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

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

Constant created for Pin.IN.

Used to increase task speed

◆ OUT_PP

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

Constant created for Pin.OUT_PP.

Used to increase task speed