It's simple enough to turn it off. Put the following code in setup().
pinMode(13, OUTPUT);
digitalWrite (13, LOW);
It's simple enough to turn it off. Put the following code in setup().
pinMode(13, OUTPUT);
digitalWrite (13, LOW);