Topics
- LCD Screen
The first step thing we needed to do was to setup the mapping of the buttons. I can use these values it trigger different actions on the screen. Setting up an interval of values also accounts for any voltages that aren't exactly what I expect.
I have the screen print what buttons I want the user to press in order to get the values.
Using the same structure in the homework program will allow me to print out values when I press the buttons I want. I also pause for 2.5 seconds before resetting my display message and allowing the user to check the other values. One problem I had was when I didn't include the wire.read function in the if statement I couldn't actually display the values. This also triggers the check at the time you press the button.
- Pointer Value homework
No comments:
Post a Comment