Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 293 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 293 Bytes

1.Interface the LM35 temperature sensor with an Arduino Uno.

  1. When the temperature falls below 30 degrees Celsius, we are making the onboard LED blink every 250 milliseconds.

  2. If the temperature rises above 30 degrees Celsius, we are making the onboard LED blink every 500 milliseconds.