Hello,
I try to use the new version from a long time and hd now understood what is my issue!
I con't configure the buttons!
So i have just changed into your example the configure fonction like that:
void configure() {
int val = analogRead(ANALOG_PIN);
Serial.println(val);
delay(1000);
}
Now , i can configure the buttons and play with !!!
Hello, I try to use the new version from a long time and hd now understood what is my issue! I con't configure the buttons!
So i have just changed into your example the configure fonction like that: void configure() { int val = analogRead(ANALOG_PIN); Serial.println(val); delay(1000); }
Now , i can configure the buttons and play with !!!