Search found 2 matches

by devxpy
Thu Jan 24, 2019 7:27 pm
Forum: Drivers for External Components
Topic: Is there Ampy alternative?
Replies: 6
Views: 11384

Re: Is there Ampy alternative?

I have taken over the development of Ampy for the meantime. That issue you mentioned has been re-opened.
by devxpy
Fri Dec 07, 2018 7:14 pm
Forum: ESP8266 boards
Topic: pin change interrupt + debouncing
Replies: 18
Views: 21431

Re: pin change interrupt + debouncing

Here is an implementation @dhylands was suggesting; it seems to be working quite well. (Thanks!) It does, however, introduce jitter and inconsistencies in registering inputs when multiple buttons, and hence multiple `Timer`s are used, like @pythoncoder sugggested. Polling certainly works better for ...