Skip to content

Instantly share code, notes, and snippets.

View unforgiven512's full-sized avatar

Gerad Munsch unforgiven512

View GitHub Profile
@2N2222A
2N2222A / THPrev4aextendedwvoltage.pde
Created June 26, 2012 19:33
Arduino Temperature/Humidity/Pressure Monitor
/* Arduino Temperature/Humidity/Pressure monitor Rev. 2.2A by JS106351
Originally based from an all analog design, but code was rewritten for digital use.
Example code for the sensors was found online, and modified for this project. */
//This code is for Arduino 0023 or less only.
// Read temperature/humidity/pressure from sensors and display on 16x2 Character LCD screen
#include <LiquidCrystal.h>
#include <Sensirion.h>