#include <TM1637.h>
TM1637 ss(11,12);
void setup() {
ss.init();
ss.set(7);
// put your setup code here, to run once:
}
void loop() {
ss.display(0,2);
// put your main code here, to run repeatedly:
}
#include <TM1637.h>
TM1637 ss(11,12);
void setup() {
ss.init();
ss.set(7);
// put your setup code here, to run once:
}
void loop() {
ss.display(0,2);
// put your main code here, to run repeatedly:
}