nlamprian / MUX74HC4067

Arduino library for interfacing with the 74HC4067 mux / demux
MIT License
28 stars 19 forks source link

Add debounce like ezButton. #4

Open geraldcells18 opened 7 months ago

geraldcells18 commented 7 months ago

PR for adding debounce. I implement some of ezButton's functions.

nlamprian commented 7 months ago

Hi Gerald, thank you for this PR.

Although this repository is very old, and I recognize that the code formatting is ugly, this is not how this issue should be addressed.

Please consider the following:

To make it easy on you, let me reformat the code first. Then, you can rebase and focus on the functionality you want to add.

Once again, thank you for the effort; I do appreciate your attention to detail.

nlamprian commented 7 months ago

I'm done with the reformatting; feel free to proceed.

geraldcells18 commented 7 months ago

Hey, your library helps me, that's why I am contributing.

This is noted, thank you!