Skip to content

Commit ee88e77

Browse files
authored
Merge pull request #1 from gvenzl/library-ref
Include library reference in library guide
2 parents 8b6350a + 23fe0ff commit ee88e77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/learn/08.contributions/03.arduino-creating-library-guide/arduino-creating-library-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ It's also nice to provide people with an example sketch that uses your library.
253253

254254
If you'd like to check out the complete library (with keywords and example), you can download it: [Morse.zip](https://www.arduino.cc/en/uploads/Hacking/Morse.zip).
255255

256+
If you'd like to make your library available to others in Arduino's **Library Manager** you will also have to inlcude a **library.properties** file. Check out the [Library specification](https://arduino.github.io/arduino-cli/0.23/library-specification/) for more info on that.
257+
256258
If you have any problems or suggestions, please post them to the [Software Development forum](https://forum.arduino.cc/c/development/libraries/39).
257259

258260
For more information, see the [API Style Guide](/learn/contributions/arduino-library-style-guide) for information on making a good Arduino-style API for your library.

0 commit comments

Comments
 (0)