Skip to content

Commit

Permalink
update to clj-firmata 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschwarz committed Dec 4, 2014
1 parent 870d11e commit ba8fad7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Partsbox

A collection of [clj-firmata](https://github.com/peterschwarz/clj-firmata) electronic components for use with their physical counterparts over the firmata protocol.

## Usage
```clojure
[partsbox "0.1.0-SNAPSHOT"]
```

### LCD

FIXME
A collection of [clj-firmata](https://github.com/peterschwarz/clj-firmata) electronic components for use with their physical counterparts over the firmata protocol.

### Shift Register
## Currently available parts

FIXME
* LCD
* Shift Register

## License

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[clj-firmata "2.0.0-SNAPSHOT"]])
[clj-firmata "2.0.1"]])

0 comments on commit ba8fad7

Please sign in to comment.