From 7f2322ba6019f15782c8bd7f9a7a4f573801f8f4 Mon Sep 17 00:00:00 2001 From: pascallanger Date: Wed, 25 Jan 2017 19:10:00 +0100 Subject: [PATCH] Update Advanced_Manually_Setting_ATmega328_Fuses.md --- docs/Advanced_Manually_Setting_ATmega328_Fuses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Advanced_Manually_Setting_ATmega328_Fuses.md b/docs/Advanced_Manually_Setting_ATmega328_Fuses.md index c1da0a6..b8afc9d 100644 --- a/docs/Advanced_Manually_Setting_ATmega328_Fuses.md +++ b/docs/Advanced_Manually_Setting_ATmega328_Fuses.md @@ -1,7 +1,7 @@ #Manually Uploading HEX files and setting Fuses on ATmega328 -**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. 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.