Skip to content

Arduino UNO project that displays the temperature and humidity on an onboard LCD display.

License

Notifications You must be signed in to change notification settings

griderd/LCD_Weather

Repository files navigation

LCD_Weather

Arduino UNO project that displays the temperature and humidity on an onboard LCD display.

License

This software is licensed under the MIT License.

Hardware

This project utilizes the following parts:

Circuit Diagrams

Breadboard view Schematic diagram

Software

The software is fairly straightforward.

Prerequisite Libraries

The Code

The code is broken into four sections.

  • Intro Comments describe the purpose of the code and lists the pin arrangement.
  • Globals contains the global variables and objects used by the code.
  • Arduino Code contains the setup() and loop() functions that Arduino uses to run.
  • Helper Functions contains helper functions that are called by the setup() and loop() functions.

About

Arduino UNO project that displays the temperature and humidity on an onboard LCD display.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages