130k views
4 votes
Currently, the program blinks both LEDs at the same time, and it's doing so at such a fast rate that you can't tell they're blinking--they appear to always be on.You must change this program so that: The time between Timer 1 interrupts, and therefore changes in the state of the LEDs, is approximately 0.75 sec. The LEDs cycle between 8 states, returning to state 1 after leaving state 8:1. LED2 on2. Both LEDs off3. LED1 on4. Both LEDs off5. Both LEDs on6. Both LEDs off7. LED1 on8. Both LEDs off

User MartGriff
by
6.0k points

1 Answer

7 votes

Answer:

  1. Change the time rate/frame to reflect those changes
  2. I dont really understand your question, do you want code to be written for this or what?
User Terrel Shumway
by
7.5k points