Skip to content

Commit

Permalink
Refactor firmata client library into seperate package
Browse files Browse the repository at this point in the history
Green tests

Refactor tests to table driven

Refactor analog, digital and i2c

Fix tests

golint client package

Fix tests

Add ServoConfig

Rename query and i2c functions

Fix tests

Fix typo
  • Loading branch information
zankich committed Jun 30, 2015
1 parent c9fa6ce commit 02a62d0
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 02a62d0

Please sign in to comment.