Skip to content

Instantly share code, notes, and snippets.

View Adeykin's full-sized avatar

Sergey Adeykin

  • VisionLabs
  • Moscow
View GitHub Profile
#include "GyverTimers.h"
#define CLK 2
#define DIO 3
#include "GyverTM1637.h"
const int analogInPin = A0;
const int threshold = 580;
const int lowThreshold = 500;
const long int sleepTime = 600;
const long int workTime = 10;