Skip to content

Instantly share code, notes, and snippets.

View ac30rc's full-sized avatar

Pabitra Kumar ac30rc

View GitHub Profile
#include <LiquidCrystal.h>
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
String one = "Target Temp";
String two = "Current Temp";
byte degreesf[8] = {
0b11000,
0b11000,