Question: NO ARDUINO UNO CODE. C CODE ONLY. Using an Arduino UNO or Arduino Nano, a breadboard, and an LED (this could be an LED segment
Using an Arduino UNO or Arduino Nano, a breadboard, and an LED (this could be an LED segment of a 7-segment display if you already have this hardware assembled on a board), write a C program in Microchip Studio that will do the following: - Blink an LED on and off every one second without using a delay function - Use interrupts to create the delay and to turn the LED on and off - DONOT USE Timer/CounterO - The LED should be connected to a port enabled by the "Output Compare pin" (i.e OC1A or OC1B) What to submit: - A short video showing the functionality of the system and circuit. - Your C code as a ".c" or ".txt" file. - Include comments that detail how your circuit is setup and what pins are used for what purpose
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
