bxparks / AceButton

An adjustable, compact, event-driven button library for Arduino that debounces and dispatches events to a user-defined event handler.
MIT License
385 stars 37 forks source link

I want to set setDefaultReleasedState to LOW #87

Closed gladson1990 closed 3 years ago

gladson1990 commented 3 years ago

I need to set setDefaultReleasedState to LOW so how do i do it ? as well as why are using pull down resistor than pull up resistor? ie why are initiating or expecting all the pins to HIGH by default ? doesnt it cause more current ?