diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2018-10-09 01:58:01 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2018-10-09 01:58:01 -0700 |
commit | 0d0ad6d1490a3b233315c51f518f8fb1c8f1a93f (patch) | |
tree | dfb6d1b1b5f4a65bd5fc335332851881d31b1b59 /brnkl_motion.api |
Initial commit1.0.0gpio-interrupt
Diffstat (limited to 'brnkl_motion.api')
-rw-r--r-- | brnkl_motion.api | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/brnkl_motion.api b/brnkl_motion.api new file mode 100644 index 0000000..f5d3154 --- /dev/null +++ b/brnkl_motion.api @@ -0,0 +1,3 @@ +FUNCTION int8 hasSuddenImpact (); +FUNCTION le_result_t getSuddenImpact (double x OUT, double y OUT, double z OUT); +FUNCTION le_result_t getCurrentAcceleration (double x OUT, double y OUT, double z OUT); |