rlogiacco / AnalogButtons

Arduino library to wire multiple buttons to one single analog pin
GNU Lesser General Public License v3.0
54 stars 13 forks source link

configure don't run well #2

Closed pierrotm777 closed 9 years ago

pierrotm777 commented 9 years ago

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 !!!

rlogiacco commented 9 years ago

I believe I've applied your suggested fix to the master branch

pierrotm777 commented 9 years ago

Cool thanks