Skip to content

Commit

Permalink
Merge pull request #23 from electricimp/develop
Browse files Browse the repository at this point in the history
Version 2.0.3
  • Loading branch information
betzrhodes authored Aug 2, 2019
2 parents a05d19a + a27b1e4 commit 1decb59
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 132 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2015-17 Electric Imp
Copyright (c) 2015-19 Electric Imp

SPDX-License-Identifier: MIT

Expand Down
5 changes: 2 additions & 3 deletions LIS3DH.device.lib.nut
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2015-17 Electric Imp
// Copyright (c) 2015-19 Electric Imp
//
// SPDX-License-Identifier: MIT
//
Expand Down Expand Up @@ -98,7 +98,7 @@ const LIS3DH_ADC2 = 0x02;
const LIS3DH_ADC3 = 0x03;

class LIS3DH {
static VERSION = "2.0.2";
static VERSION = "2.0.3";

// I2C information
_i2c = null;
Expand Down Expand Up @@ -130,7 +130,6 @@ class LIS3DH {
_setReg(LIS3DH_INT1_THS, 0x00);
_setReg(LIS3DH_INT1_DURATION, 0x00);
_setReg(LIS3DH_CLICK_CFG, 0x00);
_setReg(LIS3DH_CLICK_SRC, 0x00);
_setReg(LIS3DH_CLICK_THS, 0x00);
_setReg(LIS3DH_TIME_LIMIT, 0x00);
_setReg(LIS3DH_TIME_LATENCY, 0x00);
Expand Down
Loading

0 comments on commit 1decb59

Please sign in to comment.