Question: Hello i need the code using c++ arduino Create a circuit using a seven segment display and a temperature sensor. When the program starts, the

Hello i need the code using c++ arduino
Create a circuit using a seven segment display and a temperature sensor. When the program starts, the temperature sensor should measure the room temperature and display it in the serial monitor in the following format: 16 Celsius. Note that the temperature is displayed as an integer value (e.g. 16 not 16.5). Then the program should display on the seven segment the left digit of the temperature degree (e.g. 1), then the right digit of the temperature degree (e.g. 6), and finally the letter C (meaning Celsius). Assume the room temperature is always composed of two digits. Hint: You can use the / and the % operators to split the temperature degree (e.g. 16) into two digits (e.g. 1 and 6)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
