Jim Lindblom
Jim Lindblom
I think I've tracked the problem down. The build variant was set incorrectly to "standard", so _pins_arduino.h_ wasn't being pulled from our custom hardware folder. I pushed a new version...
@morganrallen is right. "standard" should be renamed "ser7seg". Those changes are pushed now. Bigger picture issue here is the hardware folder structure in general needs to be revised to match...
Another change pushed. Moved all hardware addon files to `hardware/sparkfun/avr`, and added platform.txt. Seems to be working for me - compiles and the E segment lights up. Let me know...