Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrake committed May 20, 2013
1 parent ba47c00 commit 772b696
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
BEC Systems Arduino Library
BEC Systems Arduino projects

Currently depends on the Jeelib library: https://github.com/jcw/jeelib

To use, clone this project to the libraries/BecArduino directory in your
Arduino sketches area, or install directly in <arduino install>/libraries
directory.
JeeLib is set up as a submodule.

To use, go to your home directory (Linux), and

git clone git://github.com/cbrake/bec-arduino.git Arduino
cd Arduino
git submodule init
git submodule update


1 change: 1 addition & 0 deletions libraries/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
For information on installing libraries, see: http://arduino.cc/en/Guide/Libraries

0 comments on commit 772b696

Please sign in to comment.