ME 405 Portfolio
Lab3be.py File Reference

Button Step. More...

Variables

 Lab3be.freq
 Timer Intializer. More...
 
def Lab3be.value = _myuart.readchar()
 Value from readchar. More...
 

Detailed Description

Button Step.

Program initializes and waits for g to be pressed. Once it is, you have a few seconds to press the blue button. This part of the code reads the value of the button voltage and prints it out into a buffer then sends it away

Author
Jacob Everest
Date
Jan. 28, 2021

Variable Documentation

◆ freq

Lab3be.freq

Timer Intializer.

Initializes the timer at a specific set frequency

◆ value

def Lab3be.value = _myuart.readchar()

Value from readchar.

Stores the ascii value that was sent over from the front end