button icon indicating copy to clipboard operation
button copied to clipboard

Inconsistent version between zip source code and git source code

Open Vaneste opened this issue 4 years ago • 1 comments

Hi,

Thanks for this library !

I just download the 1.0.3 (latest) zip file, but when unziping I noticed that it's missing some source code modifications like the INPUT mode management: ezButton(int pin, int mode); Same goes for the version installed with tools like Platform.io.

Vaneste avatar Apr 22 '21 16:04 Vaneste

Dear @Vaneste Thank you for your interest in my library. For INPUT mode, it was added recently. I have not tested it. I have also not submit to Arduino Library Manager. I planed to update more for external Pull-up/down resistor before testing and submitting to Arduino Library manager. I think INPUT mode will works if you download directly from Github and use an External pull-up resistor. If you do not use the external pul-up resistor, It may does not work because of the floating input

ArduinoGetStarted avatar Apr 22 '21 23:04 ArduinoGetStarted