#include <Adafruit_NeoMatrix.h>
#define LEd_G 1
void setup() {
// put your setup code here, to run once:
pinMode(1, OUTPUT);
Serial.begin(9600);
}
void loop() {
i=0;
for(i=0; i>=66; i+= millis(10))
{
Serial.println("Nooo");
}
// put your main code here, to run repeatedly:
}