Skip to content

Commit

Permalink
Merge pull request #642 from UncleRus/fix/ads111x_comp_que_bit
Browse files Browse the repository at this point in the history
fix #641
  • Loading branch information
UncleRus authored Jun 21, 2024
2 parents bda2198 + 0c2302f commit 14bc58d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ Gemfile.lock

# python cache
__pycache__/
/.venv
2 changes: 1 addition & 1 deletion components/ads111x/ads111x.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#define REG_THRESH_L 2
#define REG_THRESH_H 3

#define COMP_QUE_OFFSET 1
#define COMP_QUE_OFFSET 0
#define COMP_QUE_MASK 0x03
#define COMP_LAT_OFFSET 2
#define COMP_LAT_MASK 0x01
Expand Down

0 comments on commit 14bc58d

Please sign in to comment.