Mechatronics Portfolio
Logan Williamson's Mechatronics Portfolio and Documentation Repository
Classes | Variables
touchpanel.py File Reference

A driver for reading from a four wire resistive touch panel. More...

Classes

class  touchpanel.touchpanel
 A resistive touchpanel class. More...
 

Variables

 touchpanel.panel = touchpanel()
 
int touchpanel.i = 0
 
 touchpanel.start_time = ticks_us()
 
 touchpanel.time = ticks_us()
 
 touchpanel.final_time = ticks_diff(time,start_time)
 

Detailed Description

A driver for reading from a four wire resistive touch panel.

This file contains a class which can be called to instantiate touch panel objects.

Author
Logan Williamson
Brianna Roberts
Date
03/03/2022