Question: By using C language 5) (5 points) rewrite the SOS program to use a data array > Morse Code: Dot is 200ms on, 200ms off,
By using C language 
5) (5 points) rewrite the SOS program to use a data array > Morse Code: Dot is 200ms on, 200ms off, Dash is 600ms on, 200ms off S is dot-dot-dot, is dash-dash-dash Flash SOS on the LED, then wait 1 second, repeat indefinitely. Create an array int dtime[] that contains the following 9 values: 200,200,200,600,600,600,200,200,200 Use that array to rewrite your SOS program to use the data in the array to set the on timing of each LED pulse
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
