Question: C programming Create a function called (DutyCycle_Percent) to accept an unsigned integer input where bits 0-7 are a binary code indicating the percentage (out of
C programming
Create a function called (DutyCycle_Percent) to accept an unsigned integer input where bits 0-7 are a binary code indicating the percentage (out of 255) duty-cycle that should be output. For example, a value of 32 would equal 12.5% duty-cycle.
Write a separate function(IntensitySteps)thatcallsDutyCycle_Percenttoimplement the following: 1. from 10% duty-cycle, increase in 10% steps to 100%, and then decrease in 10% steps back down to 10%,
2. implement a 0.5s delay between steps, and
3. repeat this 10 times.
Continue to use the frequency of 100 Hz.
HELP PLEASE WITHE PROVIDING COMMENTS FOR EACH STEP
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
