Skip to content

Commit

Permalink
Merge pull request #385 from jacqui/master
Browse files Browse the repository at this point in the history
digital pin in its right place
  • Loading branch information
mikedewar committed Apr 14, 2014
2 parents 2cd2cbd + 3fe5f6b commit 5e95e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion st/library/library.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ var Blocks = map[string]func() blocks.BlockInterface{
"tolog": NewToLog,
"tobeanstalkd": NewToBeanstalkd,
"tomongodb": NewToMongoDB,
"todigitalpin": NewToDigitalPin,
"mask": NewMask,
"filter": NewFilter,
"sync": NewSync,
Expand Down
2 changes: 2 additions & 0 deletions st/library/library_linux_arm.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ var Blocks = map[string]func() blocks.BlockInterface{
"movingaverage": NewMovingAverage,
"ticker": NewTicker,
"analogPin": NewAnalogPin,
"digitalpin": NewDigitalPin,
"todigitalpin": NewToDigitalPin,
"fromnsq": NewFromNSQ,
"fromhttpstream": NewFromHTTPStream,
"fromsqs": NewFromSQS,
Expand Down

0 comments on commit 5e95e18

Please sign in to comment.