From 716ebbea59dedb06db4715ecc8e104394b56e511 Mon Sep 17 00:00:00 2001 From: Midgard Date: Mon, 7 Sep 2020 20:59:05 +0200 Subject: [PATCH] Add instruction to set up Arduino IDE for uploading --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1ade192..2b18ad8 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,6 @@ Some things we had to consider: ## Development setup +In the Arduino IDE, select the correct board (Arduino Nano) and processor (ATmega328P (Old Bootloader)). + We use [this](https://github.com/autowp/arduino-mcp2515/) library for CAN communications. See [this](https://github.com/autowp/arduino-mcp2515/#software-usage) header for 3 simple steps on how to use it in the arduino IDE