Embedded hex files

Here i am sharing hex files for embedded projects, which can be flashed to AVR micro controller by the avrdude command:

avrdude -v -patmega328p -c arduino -P COM10 -b 115200 -D -U flash:w:”filePath”:i

Scroll to Top