This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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; |