Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wollewald committed May 26, 2023
1 parent 70c7da6 commit 256d4e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/ADXL345_single_tap/ADXL345_single_tap.ino
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ void setup() {
*/
myAcc.setInterrupt(ADXL345_SINGLE_TAP, INT_PIN_2);
myAcc.readAndClearInterrupts();
tap = false;
}

/* In the main loop some checks are done:
Expand Down

0 comments on commit 256d4e5

Please sign in to comment.