Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Project Name:- EX4_4_INT_PORTB_Press Description:- In the previous exercise, an interrupt is generated on a button press AND release, so everytime the button one of the
Project Name:- EX4_4_INT_PORTB_Press Description:- In the previous exercise, an interrupt is generated on a button press AND release, so everytime the button one of the buttons RB4-RB7 is pressed the counter effectively increments by two(i.e. button press and release). Modify the previous expercise so that:- 1) Create a MACRO named \#DETECT_PRESS_ONLY that is set as either 1 or 0. 2) If the MACRO \# DETECT_PRESS_ONLY is set as 1 the counter "btn_count" counts buttons presses only (i.e. not releases), while if it is set as 0 it detects both button presses and releases. Hint:- Create a counter which detects the number of interrupts that occurred. When in the mode where you are detecting only a button press, check to see if the number of interrupts detected is even or odd. You can use this decide whether or not to increase the btn_count value
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started