Monday April 2, 2018
I finally got Atmel Studio working on my personal computer, so development should speed up. Apparently, Atmel Studio installs an "isolated" Visual Studio 2015 shell, which isn't actually isolated. I apparently had some stray Visual Studio data floating around, which the Shell tried to use, which then caused it to break. After spending a few hours completely eradicating every possible trace of Visual Studio from my machine, I was finally able to install Atmel Studio. This is especially good since it turns out that Avrdude seems to have a USB compatibility issue with the AVRISP programmer, so we need to do all of our programming in Atmel Studio. -Evan