Skip to content

Instantly share code, notes, and snippets.

int h,m,s;
int set_hours=20;
int set_minutes=49;
int set_seconds=45;
int secs=1000;
#include <LiquidCrystal.h>
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
void setup() {
// put your setup code here, to run once: