Skip to content

Commit

Permalink
Project structure refinements, documentation add-ons
Browse files Browse the repository at this point in the history
  • Loading branch information
Remus Lazar committed Jan 9, 2020
1 parent adf2dcc commit 4ffab96
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
6 changes: 5 additions & 1 deletion doc/Hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ Arduino

[ARDUINO MKR WIFI 1010](https://store.arduino.cc/arduino-mkr-wifi-1010)

<img src="https://content.arduino.cc/assets/Pinout-MKRwifi1010_v4.png" width="100%">
<p>
<img src="https://content.arduino.cc/assets/Pinout-MKRwifi1010_v4.png" width="100%">
</p>

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.
Empty file added src/arduino/.gitkeep
Empty file.

0 comments on commit 4ffab96

Please sign in to comment.