You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added optional constructor parameter for disabling the internal pull-up when using an external one.
Summary
Support for external pull-up resistors - Added optional constructor parameter externalPullup that when set to true sets pin mode to INPUT instead of INPUT_PULLUP (Issue #3 - reported by @Rimbaldo)