Update Compiling.md

This commit is contained in:
Ben Lye 2017-12-06 18:30:03 +00:00 committed by GitHub
parent efbf57c7f4
commit 7ccb429f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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 ## Index
1. [Tools Required](#tools-required) 1. [Tools Required](#tools-required)
1. [Preparation](#preparation) 1. [Preparation](#preparation)