Skip to content

Instantly share code, notes, and snippets.

View MidnytRaccoon's full-sized avatar
💻
Project Manager

MidnytRaccoon MidnytRaccoon

💻
Project Manager
  • Somewhere in the Pacific
View GitHub Profile
@Xzenia
Xzenia / tempsensor.ino
Created March 17, 2019 09:48
Temperature Sensor code
#include <dht.h>
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27,2,1,0,4,5,6,7,3,POSITIVE);
dht DHT;
#define DHT11_PIN 2
void setup(){