From b7bdc7f253e7e721f903bc18c201108237977a20 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 3ab3cac..eea66bc 100644 --- a/README.rst +++ b/README.rst @@ -297,6 +297,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 -------