Arduino AVR: compiled binary (.hex) from command line and GUI tool
When Arduino compiles your sketches, it produces an output file called Hex file that is a complete structure of the micro controller with bootloader.
We are going to see how to do this operation.