Button Step. More...
Variables | |
| Lab3be.freq | |
| Timer Intializer. More... | |
| def | Lab3be.value = _myuart.readchar() |
| Value from readchar. More... | |
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
| Lab3be.freq |
Timer Intializer.
Initializes the timer at a specific set frequency
| def Lab3be.value = _myuart.readchar() |
Value from readchar.
Stores the ascii value that was sent over from the front end