From 0096c846163eacad433aaacebf93d568bb97f959 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 19 Jul 2020 22:54:44 -0700 Subject: [PATCH] Add link to library dependency resolution process docs from library specification Many of the things documented in the library specification are used as determining factors in library dependency resolution. An understanding of how the components of a library influence dependency resolution priorities can be very helpful to a library developer. --- docs/library-specification.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/library-specification.md b/docs/library-specification.md index 8b135f24c00..f48344ea568 100644 --- a/docs/library-specification.md +++ b/docs/library-specification.md @@ -13,7 +13,8 @@ Arduino development software supports multiple microcontroller architectures (e. ## See also -The Arduino library style guide is here : http://arduino.cc/en/Reference/APIStyleGuide +* [Arduino library style guide](http://arduino.cc/en/Reference/APIStyleGuide) +* [Library dependency resolution process documentation](../sketch-build-process/#dependency-resolution) ## 1.5 library format (rev. 2.2)