Update Azoteq_TP.ino
This commit is contained in:
parent
51fe93f7bd
commit
279f1b8161
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ void loop() {
|
|||
xrel_low = 0; // zero out the registers (just in case)
|
||||
yrel_low = 0;
|
||||
}
|
||||
if (gesture0 && 0x01) {
|
||||
if ((gesture0 & 0x01) == 0x01) { // test bit 0
|
||||
left_button = 1;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue