I encountered two errors when attempting to compile the .hex file from Biscotti.c:
receipe for target ‘main.o’
tk-attiny.h: No such file or directory
Do I have to change anything else in the code or add something to the library? I’m not sure what exactly should I do to fix the errors.
Edit: I have just went through Comfychair’s guide on compiling a .hex file, now I have eliminated all the other errors but it still failed to compile. Now it says ‘memory overflow’.
Edit 2: I was using Atmel Studio 7.0 and I figure that I should try AVR Studio 5.1. Now the build succeeded without errors. Let’s see if the 219C will light up in moonlight.