From b43d5bc1b63568728c4ff3c70f3d7e399ba4f1d1 Mon Sep 17 00:00:00 2001 From: Flavien Haas Date: Wed, 25 Apr 2018 11:22:51 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d75f4f7..ccd472b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Projet BTS SNIR 2ème année Gateway between a weather MicroStation using LoRa modulation and a web server. This depo is segmented in different programs for arduino using ATMEGA328P and SAMD21. -#Attention ! +#Attention !# Because we're using two arduino shields using SPI communication, we need to select a chip select for each shield. I decided to use D11 for the Ethernet shield (10 for the LoRa, 4 for the SD). To do this, edit w5100.h in the default ethernet librairy in the installation folder of your arduino IDE (on windows, in adminisstrator mode ‪C:\Program Files (x86)\Arduino\libraries\Ethernet\src\utility\w5100.h).