Arduino-Library-Button
Arduino-Library-Button copied to clipboard
single vs double click
hi how to get just one output onPress or DoubleClick? so I could read the same button is clicked once or double? if I use simply your library and choose onPress function and onDoubleClick for the same button, then even when I press button twice for double click, it will recognize both, single and double,
could you tell me how to use those both functions for the same button?