#include <LedControl.h>
LedControl lc(11, 13, 10,0);
void setup() {
// put your setup code here, to run once:
lc.shutdown(0,false);
pinMode(2,INPUT);
lc.shutdown(0, 1)
}
void loop() {
// put your main code here, to run repeatedly:
}
#include <LedControl.h>
LedControl lc(11, 13, 10,0);
void setup() {
// put your setup code here, to run once:
lc.shutdown(0,false);
pinMode(2,INPUT);
lc.shutdown(0, 1)
}
void loop() {
// put your main code here, to run repeatedly:
}