FyrewurXedge
Newbie level 5
- Joined
- Dec 6, 2013
- Messages
- 8
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 78
I am now creating/developing my project in C using PIC16F877A but I don't have any background in using microcontrollers specifically PICs.
I am wondering if I can use interrupts and what it is for.
I want my project to display an idle message in a LCD when no buttons are pressed. and when a button/switch is pressed the LCD screen will display measurements.
For example at idle: LCD DISPLAY - Please press a button.
BUTTON 1 is pressed - The voltage is x.xx value.
(measurement will be display as long the switch/button is on.)
If two buttons are pressed 2 measurements will be displayed after several delay.
If the switch where turned off the welcome message will be displayed again.
Thanks.
I am wondering if I can use interrupts and what it is for.
I want my project to display an idle message in a LCD when no buttons are pressed. and when a button/switch is pressed the LCD screen will display measurements.
For example at idle: LCD DISPLAY - Please press a button.
BUTTON 1 is pressed - The voltage is x.xx value.
(measurement will be display as long the switch/button is on.)
If two buttons are pressed 2 measurements will be displayed after several delay.
If the switch where turned off the welcome message will be displayed again.
Thanks.