diff --git a/README.md b/README.md index 65486d7..04213c9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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); }); -``` \ No newline at end of file +``` + +# acknowledgements + +based on this awesome template: https://gist.github.com/eristoddle/948f77cc8da2779484cb \ No newline at end of file