From 06ea84251145c54cfa0fb05f876b6cd840bf4404 Mon Sep 17 00:00:00 2001 From: Pete Lewis <601236+lewispg228@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:47:48 -0600 Subject: [PATCH] Update qwiic_adxl313.py --- qwiic_adxl313.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qwiic_adxl313.py b/qwiic_adxl313.py index 12eb07c..607ab04 100644 --- a/qwiic_adxl313.py +++ b/qwiic_adxl313.py @@ -699,6 +699,7 @@ def setInterrupt(self, interruptBit, state): def ActivityINT(self, state): """ Enables or disables the activity interrupt + :param state: 1 = enabled, 0 = disabled :return: Returns true of the function was completed, otherwise False.