From 5c04844461ed2ada10a6b19410e5cfc418e17a83 Mon Sep 17 00:00:00 2001 From: pascallanger Date: Wed, 25 Jan 2017 19:09:16 +0100 Subject: [PATCH] Update Advanced_Manually_Setting_ATmega328_Fuses.md --- docs/Advanced_Manually_Setting_ATmega328_Fuses.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Advanced_Manually_Setting_ATmega328_Fuses.md b/docs/Advanced_Manually_Setting_ATmega328_Fuses.md index e84ed19..c1da0a6 100644 --- a/docs/Advanced_Manually_Setting_ATmega328_Fuses.md +++ b/docs/Advanced_Manually_Setting_ATmega328_Fuses.md @@ -1,6 +1,7 @@ #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.