From 4ffab9692b4021d364137151552c21eb2e89bd5c Mon Sep 17 00:00:00 2001 From: Remus Lazar Date: Thu, 9 Jan 2020 13:55:58 +0100 Subject: [PATCH] Project structure refinements, documentation add-ons --- README.md | 3 ++- doc/Hardware.md | 6 +++++- src/arduino/.gitkeep | 0 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 src/arduino/.gitkeep diff --git a/README.md b/README.md index 927e6ef..9d9ffd5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ This repository holds the documentation and software needed to build a Slack int Project Folder Structure --- -* `Arduino/**` Sourcecode of the firmware (C++) +* `src/**` Sourcecode + * `src/arduino/**` Arduino firmware (c++) * `doc/*` Documentation Files (Markdown) diff --git a/doc/Hardware.md b/doc/Hardware.md index 10367d5..afba601 100644 --- a/doc/Hardware.md +++ b/doc/Hardware.md @@ -6,4 +6,8 @@ Arduino [ARDUINO MKR WIFI 1010](https://store.arduino.cc/arduino-mkr-wifi-1010) - +

+ +

+ +See the [Getting Started](https://www.arduino.cc/en/Guide/MKRWiFi1010) document for a broad overview which available libraries are already available for this board. diff --git a/src/arduino/.gitkeep b/src/arduino/.gitkeep new file mode 100644 index 0000000..e69de29