Update Advanced_Manually_Setting_ATmega328_Fuses.md

This commit is contained in:
pascallanger 2017-01-25 19:09:16 +01:00 committed by GitHub
parent 591a185fc2
commit 5c04844461

View File

@ -1,6 +1,7 @@
#Manually Uploading HEX files and setting Fuses on ATmega328 #Manually Uploading HEX files and setting Fuses on ATmega328
First, the .hex files provided are only for tests purpose as the recommended method is to use [Compiling and Programming](Compiling.md).
**The .hex files provided are only for tests purpose as the recommended method is to use [Compiling and Programming](Compiling.md).**
There are many different options to upload a .hex firmware file to the MULTI-Module and to set the correct fuses. This document outlines an approach that uses a USBASP programmer and which is equally compatible with OSX, Windows and Linux operating systems. There are many different options to upload a .hex firmware file to the MULTI-Module and to set the correct fuses. This document outlines an approach that uses a USBASP programmer and which is equally compatible with OSX, Windows and Linux operating systems.