Skip to content

Commit 621ac64

Browse files
authored
[skip changelog] Add links to additional information in the examples section of the library specification (#804)
* Move examples style guide link to examples section of the library specification * Add sketch specification link to examples section of the library specification
1 parent 77efe67 commit 621ac64

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/library-specification.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Arduino development software supports multiple microcontroller architectures (e.
1515

1616
The Arduino library style guide is here : http://arduino.cc/en/Reference/APIStyleGuide
1717

18-
The style guide for examples is here : http://arduino.cc/en/Reference/StyleGuide
19-
2018
## 1.5 library format (rev. 2.2)
2119

2220
### Library metadata
@@ -102,6 +100,11 @@ Library examples must be placed in the **examples** folder. Note that the **exam
102100

103101
Sketches contained inside the examples folder will be shown in the Examples menu of the Arduino IDE and Arduino Web Editor.
104102

103+
More information:
104+
105+
* [Arduino sketch specification](sketch-specification.md)
106+
* [Style guide for Arduino examples](http://arduino.cc/en/Reference/StyleGuide)
107+
105108
#### Extra documentation
106109

107110
An **extras** folder can be used by the developer to put documentation or other items to be bundled with the library. Remember that files placed inside this folder will increase the size of the library, so putting a 20MB PDF in a library that weights a few kilobytes may not be such a good idea.

0 commit comments

Comments
 (0)