I am trying to program a Pro Micro, but it doesn't allow me to get the sketch uploaded when I reset the board to be recognized on the com port. I receive this upload error:
"Sketch uses 3462 bytes (12%) of program storage space. Maximum is 28672 bytes.
Global variables use 149 bytes (5%) of dynamic memory, leaving 2411 bytes for local variables. Maximum is 2560 bytes.
Connecting to programmer: .
Found programmer: Id = "CATERIN"; type = S
Software Version = 1.0; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.
Programmer supports the following devices:
Device code: 0x44"
When I check the sketch, everything is showing good-to-go. I am trying to program it as an Arduino Leonardo board. Any ideas how to get past the above error? Any help would be greatly appreciated!
Thanks in advance.