Your Perfect Assignment is Just a Click Away

We Write Custom Academic Papers

100% Original, Plagiarism Free, Customized to your instructions!

glass
pen
clip
papers
heaphones

Project 10- Inputing a signal from a photoresistor, and digital

Project 10- Inputing a signal from a photoresistor, and digital

Objective: Use an analogRead function to input a signal from a photoresistor, and digital. Write function to create different colors from a RGB LED.
Project: As the photoresistor detects increasing light levels (according to the table below) the RGB LED will change colors. The RGB (Red Green Blue) LED is actually 3 different colored LEDs packaged into a single body. By lighting different combinations of the three colored LEDs, different colors can be created. The table below shows what LED color combinations will create, as well as the desired photoresistor readings:
Example Code:

Below is a portion of the code that would be used in the program described above. It would be in the function void loop()

if (sensorReading>920)

{

//display white

}

else if(sensorReading>900)

{

//display yellow

}

else if(sensorReading>850)

{

//display red

}

else if(sensorReading>800)

{

//display purple

}

else if(sensorReading>750)

{

//display blue

}

else if(sensorReading>600)

{

//display teal

}

else if(sensorReading>450)

{

//display green

}

else

{

5/3/2020 Project 10

https://murraystate.instructure.com/courses/1359835/assignments/5892388?module_item_id=13755093 2/2

//off

}

Essay
Reviews
Contact
Copyright © 2019 HomeworkMarket.com

Order Solution Now

Our Service Charter

1. Professional & Expert Writers: Homework Discussion only hires the best. Our writers are specially selected and recruited, after which they undergo further training to perfect their skills for specialization purposes. Moreover, our writers are holders of masters and Ph.D. degrees. They have impressive academic records, besides being native English speakers.

2. Top Quality Papers: Our customers are always guaranteed of papers that exceed their expectations. All our writers have +5 years of experience. This implies that all papers are written by individuals who are experts in their fields. In addition, the quality team reviews all the papers before sending them to the customers.

3. Plagiarism-Free Papers: All papers provided by Homework Discussion are written from scratch. Appropriate referencing and citation of key information are followed. Plagiarism checkers are used by the Quality assurance team and our editors just to double-check that there are no instances of plagiarism.

4. Timely Delivery: Time wasted is equivalent to a failed dedication and commitment. Homework Discussion is known for timely delivery of any pending customer orders. Customers are well informed of the progress of their papers to ensure they keep track of what the writer is providing before the final draft is sent for grading.

5. Affordable Prices: Our prices are fairly structured to fit in all groups. Any customer willing to place their assignments with us can do so at very affordable prices. In addition, our customers enjoy regular discounts and bonuses.

6. 24/7 Customer Support: At Homework Discussion, we have put in place a team of experts who answer to all customer inquiries promptly. The best part is the ever-availability of the team. Customers can make inquiries anytime.