Skip to content

Commit

Permalink
Merge pull request hybridgroup#191 from hybridgroup/firmata_refactor2
Browse files Browse the repository at this point in the history
Refactor firmata
  • Loading branch information
deadprogram committed Jun 30, 2015
2 parents c9fa6ce + 02a62d0 commit 10b2de6
Show file tree
Hide file tree
Showing 9 changed files with 904 additions and 798 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PACKAGES := gobot gobot/api gobot/platforms/intel-iot/edison gobot/sysfs $(shell ls ./platforms | sed -e 's/^/gobot\/platforms\//')
PACKAGES := gobot gobot/api gobot/platforms/firmata/client gobot/platforms/intel-iot/edison gobot/sysfs $(shell ls ./platforms | sed -e 's/^/gobot\/platforms\//')
.PHONY: test cover robeaux

test:
Expand Down
Loading

0 comments on commit 10b2de6

Please sign in to comment.