Q5: Write a program using Arduino to control LED (One or more ON/OFF) or Blinking. View Code Download Code Copy Code Close
Q6: Create a program that illuminates the green LED if the counter is less than 100, illuminates the yellow LED otherwise. View Code Download Code Copy Code Close
Q7: Create a program so that when the user enters 'b', the green light blinks, 'g' the green light is illuminated, 'y' the yellow light is illuminated, and 'r' the red light is illuminated. View Code Download Code Copy Code Close
Q8: Write a program that asks the user for a number and outputs the number squared. View Code Download Code Copy Code Close
Q10: Write a program to read the temperature sensor and send the values to the serial monitor on the computer. View Code Download Code Copy Code Close
Q12: Write a program to show the temperature and display a graph of the recent measurements. View Code Download Code Copy Code Close