Abhiyanta-Community / Hardware-and-Timer-Interrupt-with-ATmega328p-Hardware

0 stars 0 forks source link

Extension Task (Optional) #7

Closed PRITVARMORA closed 2 years ago

PRITVARMORA commented 2 years ago
  1. Interface an array of 3 LEDs that must be continuously toggling as 1→2→3→3→2→1.

  2. Implement 2 push buttons to generate individual hardware interrupts to toggle the state of two different LEDs.

  3. Generate 2 square waves of the time period of 400ms and 200ms using only one interrupt i.e Timer interrupt.

PRITVARMORA commented 2 years ago

Use internal pull up registers to handle push buttons floating pin problem.

PRITVARMORA commented 2 years ago

Not Attempted as it was Optional