Fuse settings missing for ATTiny25
Closed this issue · 2 comments
Hey there! Thanks for posting your code. I'm trying to get this running on an 85 over here, but can only get it going with an external crystal. Do you happen to know what fuse settings you used for this project? Looks like it's not in the Makefile in firmware/, but maybe I missed it.
Hi! Yeah I did not put too much attention in cleaning all files on all sub-projects... Looking into it I think that the correct values for the t85 are the one in firmware-keyboard and firmware-nikon-remote Makefiles:
F_CPU=16500000
HFUSE=0xdd
LFUSE=0xe1
this should be correct since those are the same in the usb-current-meter project that uses the t85 (https://github.com/fabiobaltieri/usb-current-meter/blob/master/firmware/Makefile).
Let me know if it works for you!
thanks! got it working!