Question: Please provide the complete code CREATIVE ACTIVITY Design a problem and write an AVR C program to create 5 inputs with corresponding 5 different outputs.
Please provide the complete code

CREATIVE ACTIVITY Design a problem and write an AVR C program to create 5 inputs with corresponding 5 different outputs. The following table shows the example you can use. The instruction is listed to follow Instruction 1. You can choose any format of 5 reading from your input PORT. For example, you can use the board input switches to get 5 inputs (You only need 3 switches to create 5 inputs) 2. You can choose any output method. For example, you can use letters as shown in the example table. Display the letters on 7 segment display. Or, you can use ASCII number corresponding letters shown in the table and display on LED in the binary or sequential number using the 7-segment display with delay. (e.g. The hex value corresponding to ASCII letter 'A' can be shown in 7 segments as numbers.) Example Inputs and Outputs Input Output ASCII (Fill-up) 001 010 011 100 Specify your 5 inputs and 5 outputs Describe your method and design . Show and explain your results using simulation, hardware operation and pictures Conditions: a) C code must be used b) Any conditional statement must be used (e.g. IF statement or CASE statement) c) At least one time, you must use the time delay for your output d) Bit-wise logic and shift operator
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
