so I bought a pro micro because of how small it is. I think it’s cool. I had a few bumps trying to get it to work, but eventually everything was going swimmingly. I’m running the latest version of the Arduino IDE. So everything’s working just fine, I’m getting my whole project finished up, and then, I burn up the circuit I had made. I took this as an opportunity to redesign it a little, so after everything was done, I had to go back and change which inputs were witch. Thing is, now it won’t compile. and it’s not the sketch, I tried a blank one and it still won’t compile. I tried it on my Uno and it compiles fine. So, I did more digging and realized that it won’t compile a sketch on any of the sparkfun AVR boards. I haven’t found anywhere on the entire internet where someone is having the same problem. Am I crazy ? What am I not seeing ? Here’s the error I get :
Arduino: 1.6.7 (Windows 10), Board: “SparkFun Pro Micro, ATmega32U4 (5V, 16 MHz)”
C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware “C:\Program Files (x86)\Arduino\hardware” -hardware “C:\Users\Timothey\AppData\Local\Arduino15\packages” -tools “C:\Program Files (x86)\Arduino\tools-builder” -tools “C:\Program Files (x86)\Arduino\hardware\tools\avr” -tools “C:\Users\Timothey\AppData\Local\Arduino15\packages” -built-in-libraries “C:\Program Files (x86)\Arduino\libraries” -libraries “C:\Users\Timothey\Documents\Arduino\libraries” -fqbn=SparkFun:avr:promicro:cpu=16MHzatmega32U4 -ide-version=10607 -build-path “C:\Users\Timothey\AppData\Local\Temp\build6538aaa9fe6d2e1debd1eda1741e0597.tmp” -warnings=none -prefs=build.warn_data_percentage=75 -verbose “C:\Users\Timothey\AppData\Local\Temp\untitled2145978014.tmp\sketch_feb09a\sketch_feb09a.ino”
Board promicro (platform avr, package SparkFun) is unknown
Error compiling.