This video explains about two AVR C Programs:
Question – 1:
Write an AVR C program to toggle the bits of PortB continuously with a delay.
Question – 2:
Write an AVR C program to read a byte of data from PortC. If it is less than 100, send it to PortB otherwise send it to PortD.