Question: C Programming Only Goal : To become familiar with using subroutines, loops, instruction cycles and timing, ports B, J and P as well as to

C Programming Only

Goal: To become familiar with using subroutines, loops, instruction cycles and timing, ports B, J and P as well as to become familiar with Dragon12-Light boards and improve your programming skills.

Project: Read the Dragon12-Light board Users Manual on seven segment display. Study this example program, Simple.txt. Compile, download, and test your program. Be sure you understand how it works. Then, write a C program to display a set of words/numbers in four different ways (or four different patterns).

Your program must have the following two display patterns:

  1. Flash four characters/numbers at once (think of a blinking light) for six times.
  2. Present characters/numbers one at time in succession on all four units for six times.

You have the freedom to choose two additional ways (or patterns). Each pattern must be displayed for at least six times or four seconds. No two people should have the exact same words/numbers, and no two people should have the exact same display patterns. Try to use functions to make your program short and readable. Repeatedly coping and pasting the same or similar codes in main.c is bad programming practice.

Here are some examples: ECPI ROCS, EET430 ROCS, ECPI IS COOL, EET 430 IS Fun. Be creative and have fun.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!