From f7a3fa195cc714f7cf5efa3e3a4a26aa22ac9376 Mon Sep 17 00:00:00 2001 From: Elijah Parker Date: Thu, 1 Oct 2015 09:43:01 -0500 Subject: [PATCH] added usage info to readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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