ME 305 Website by Cole Sheedy
shareW2.py File Reference

Handshake file for communication between UI back end task and encoder task. More...

Variables

list shareW2.update1 = []
 Shared queue which contains encoder position data.
 
list shareW2.omega1 = []
 Shared queue which contains encoder position data.
 
int shareW2.get_position1 = 0
 Shared variable which contains current position data ready to be pulled.
 
int shareW2.get_delta1 = 0
 Shared variable which contains most recent delta data ready to be pulled.
 
int shareW2.char = 0
 Shared variable which contains most recent hotkey press from the UI front end.
 

Detailed Description