Last week I was trying to power 2 LEDs at once and output their cycles out to the Serial Monitor. It worked but weirdly. After that I could no longer upload a new program and kept getting errors. The board kept connecting and disconnecting.
Today I tried a new computer. I can upload a program to the Arduino Micro board. I can also get an LED to flash on and off but I can't get data to output through the Serial Monitor using Serial.println("data here").
I have tried to print from the setup routine and the loop routine and I get nothing every time.
Also, today I am getting the error: "Hint: You can set the maximum SRAM memory of your board directly in the boards.txt file"
I am on a Windows 7 machine which my Arduino Micro is connected to.
Does anyone know what is going on? Has the board gone bad? Can 2 LEDs not be powered by the micro?