Skip to content

Commit

Permalink
added usage info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed Oct 1, 2015
1 parent d76a0a6 commit f7a3fa1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ low-level camera remote shutter bulb control using mraa for node.js

# requirements

mraa for pin-level i/o
MRAA library for pin-level i/o

Requires node-gyp for building

Setup pins in bulb.h

Expand All @@ -27,4 +29,8 @@ bulb(options, function(err, start_us, stop_us, actual_us, error_percent) {
console.log('actual_us:', actual_us);
console.log('error_percent:', error_percent);
});
```
```

# acknowledgements

based on this awesome template: https://gist.github.com/eristoddle/948f77cc8da2779484cb

0 comments on commit f7a3fa1

Please sign in to comment.