#include <LedControl.h>
LedControl Ic = LedControl(11, 13, 10, 1);
//*************************************************
void setup()
{
randomSeed(analogRead(5));
//Serial.begin(9600);
Ic.shutdown(0, false);
Ic.setIntensity(0, 8);
Ic.clearDisplay(0);
}
//************************************************
void loop()
{
}