Created
September 17, 2012 21:42
-
-
Save dwblair/3739973 to your computer and use it in GitHub Desktop.
Linking Arduino libraries for the open-lab-monitor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/sketchbook | |
mkdir libraries | |
cd libraries | |
ln -s [path to repo dir]/arduino/libraries/ThermistorLib | |
ln -s [path to repo dir]/arduino/libraries/SerialComman |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment