Jay Fude

Results 7 comments of Jay Fude

Thanks, when I get to a computer, I will test against 1.8.8 and upload to Arduino

That got me a long way. I was able to compile after the normal change to INSTALL_DIR and it compiled many steps, but then failed on EEPROM.h, which does exist...

Yes that was using make upload. I then connected some LEDs, and using ola's web interface was able to brighten and dim the LEDs. There isn't any documentation on this...

My INSTALL_DIR is ($HOME)/arduino-1.8.8 and the path to EEPROM.h would be ($HOME)/arduino-1.8.8/hardware/arduino/avr/libraries/EEPROM/src/EEPROM.h I looked into main.cpp, and I think I can change the code there to match the code I...

How do we edit the makefile for building on 1.8.8?

I have the build environment, but running make doesn't find Arduino.h, likely because it resides in a different directory from the rather ancient version that rgbmixer was compiled on. I...

On further review, perhaps instead of a Makefile, can this be converted into something that can be used from the IDE, or am I missing something there too? I think...