Skip to content

Latest commit

 

History

History

libraries

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Libraries

Some projects require additional libraries. For example:

These libraries are included as submodules of this repository and can be installed with git.

For Arduino projects, I have the Arduino IDE sketchbook location (in preferences) set to the root of this repository. This makes all the projects available to me in the IDE, and automatically includes libraries that are linked as git submodules in this folder.

If you don't have the Arduino IDE setup this way, libraries can just be installed normally. For information on installing libraries, see: http://arduino.cc/en/Guide/Libraries

Install with Git

If you clone this repo, also update the submodules:

$ git submodule update --init

To pull submodule updates later on:

$ git submodule foreach git pull

Pull updates for a specific library

e.g. to pull the latest X113647Stepper updates:

$ git submodule update --remote libraries/X113647Stepper

Adding a new module to the Repo

$ git submodule add https://github.com/repo_path/name libraries/name