From d88dd248c4eca13d7a4b981505eb3cb28ffdb6fe Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Fri, 13 Apr 2018 21:15:51 +0200 Subject: [PATCH] add doc about dependencies fix #364 --- README.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.rst b/README.rst index 03701df..f83a693 100644 --- a/README.rst +++ b/README.rst @@ -271,6 +271,26 @@ OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to https://unlicense.org/ +.. _dependency: +Dependency +---------- + +* **Arduino.h** + + * From: Arduino IDE / target specific + * License: (target: Arduino) GNU Lesser General Public License 2.1 + +* **SPI.h** + + * From: Arduino IDE / target specific + * License: (target: Arduino) GNU Lesser General Public License 2.1 + +* **stdint.h** + + * From: Arduino IDE / Compiler and target specific + * License: different + + History -------