We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ead618 commit 50cc43bCopy full SHA for 50cc43b
examples/Help/Button/Button.ino
@@ -52,7 +52,7 @@ void loop(){
52
long timer=millis();
53
int counter=0;
54
while(millis()-timer<3000){
55
- if(me.beenPressed()){
+ if(me.isPressed()){
56
counter++;
57
}
58
0 commit comments