Skip to content

Instantly share code, notes, and snippets.

View N08-png's full-sized avatar

Hiw khaw N08-png

View GitHub Profile
#include "DHT.h"
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
#define DHTPIN 4
#define DHTTYPE DHT11
DHT dht(DHTPIN, DHTTYPE);
LiquidCrystal_I2C lcd(0x27, 16, 2);