From f3267b130e28e93aad9a3b4d529d343ff1709077 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Wed, 24 Oct 2018 23:51:14 -0700 Subject: Define has impact function --- brnkl_motion.api | 3 +++ 1 file changed, 3 insertions(+) diff --git a/brnkl_motion.api b/brnkl_motion.api index ad4262a..247329c 100644 --- a/brnkl_motion.api +++ b/brnkl_motion.api @@ -6,6 +6,9 @@ FUNCTION le_result_t getSuddenImpact( double z [N_CHANGE_BLOCKS] OUT, uint64 timestamps[N_CHANGE_BLOCKS] OUT ); + +FUNCTION int8 hasSuddenImpact(); + FUNCTION le_result_t getCurrentAcceleration( double x OUT, double y OUT, -- cgit v1.2.3