I have a zip archive that has a Makefile in it. This archive is code for an arduino, and I want to edit it as an ino, to add to it.
I have a zip archive that has a Makefile in it. This archive is code for an arduino, and I want to edit it as an ino, to add to it.
firmwarev12.zip |
This project is created for bare metal ATtiny85. If you just need to flash this program into a microcontroller, the zip archive contains hex file which you can use to program your ATtiny85 using AVRDUDE. If you need make changes to this program, you can download WinAVR and Programmers Notepad and edit the files, then recompile it.
This project is created for bare metal ATtiny85. If you just need to flash this program into a microcontroller, the zip archive contains hex file which you can use to program your ATtiny85 using AVRDUDE. If you need make changes to this program, you can download WinAVR and Programmers Notepad and edit the files, then recompile it.