
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. Installing a Library on Mac OSX. Download the Zip File. Make sure to select a released version of the library. Some library repositories are still in development, and may contain. Click the 'Releases' button on the Github repository page to find the released version of the library. May 26, 2017 In an attempt to provide the Maker Community with alternatives, I decided to re-architect the C Class hierarchy of the SmartThings library to include continued support for the old ThingShield, as well as adding new support for the Arduino + Ethernet W5100 shield, Arduino.
Close the Arduino IDE
First make sure that all instances of the Arduino IDE are closed. The IDE only scans for libraries at startup. It will not see your new library as long as any instance of the IDE is open!Download the Zip FileMake sure to select a released version of the library. Some library repositories are still in development, and may contain unreleased or untested code. The 'Releases' button takes you to the tested and released versions.
|
Find it in the Downloads FolderOSX will automatically open the zip file there. |
Drag it to your Libraries FolderOpen your sketchbook Libraries folder and drag the master folder from Downloads into it. |
Give it a Legal NameThe IDE will not recognize folders with dashes in the name. So you must rename the Github Master Folder. Underscores are OK! |
Re-start the IDERestart the Arduino IDE and verify that the library appears in the File->Examples menu.Load one of the library examples to test. |
Verify that it CompilesClick the check-mark icon in the upper left and verify that the example sketch compiles without errors. |