I have a serial process that needs to finish its cycle before moving on. I will be using a pushbutton to advance to the next step, my plan was to use portb.0 interrupt pin for this by setting the interrupt bit ( intsomething ) and then polling this bit when the serial data has completed. Is this a logical approach.
Bookmarks