From 7ccb429f2be656217bd6c1df933a9b87a89ffe0a Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Wed, 6 Dec 2017 18:30:03 +0000 Subject: [PATCH] Update Compiling.md --- docs/Compiling.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Compiling.md b/docs/Compiling.md index 1f85ca9..2d76a35 100644 --- a/docs/Compiling.md +++ b/docs/Compiling.md @@ -1,7 +1,9 @@ -# Compiling and Programming (ATmega 328P) +# Compiling and Programming (ATmega328p) Multiprotocol firmware is compiled using the Arduino IDE. The guide below will walk you through all the steps to compile and upload your customized firmware. +**These instructions are for the Atmega328p version of the Multiprotocol module.** If you are compling for the STM32 version please go to the dedicated [STM32](Compiling_STM32.md) page. + ## Index 1. [Tools Required](#tools-required) 1. [Preparation](#preparation)