Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 12b8295

Browse files
Updated link to morse zip file
Updated the link to the morse zip file in the Library tutorial. See more [here](#849)
1 parent 3f43838 commit 12b8295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Each line has the name of the keyword, followed by a tab (not spaces), followed
268268

269269
It's also nice to provide people with an example sketch that uses your library. To do this, create an **examples** directory inside the **Morse** directory. Then, move or copy the directory containing the sketch (let's call it **SOS**) we wrote above into the examples directory. (You can find the sketch using the **Sketch > Show Sketch Folder** command.) If you restart the Arduino environment (this is the last time, I promise) - you'll see a **Library-Morse** item inside the **File > Sketchbook > Examples** menu containing your example. You might want to add some comments that better explain how to use your library.
270270

271-
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).
271+
If you'd like to check out the complete library (with keywords and example), you can download it: [Morse.zip](https://github.com/arduino/docs-content/files/11130152/Morse.zip).
272272

273273
If you'd like to make your library available to others in Arduino's **Library Manager** you will also have to include a **library.properties** file. Check out the [library specification](https://arduino.github.io/arduino-cli/latest/library-specification/) for more info on that.
274274
For general questions on the Arduino Library Manager, see the [FAQ](https://github.com/arduino/library-registry/blob/main/FAQ.md#readme).

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /