Pi4J / pi4j-v2

Pi4J Version 2.0
Apache License 2.0
273 stars 57 forks source link

Add java_doc to make debounce default visible on input gpio config bu… #215

Closed taartspi closed 2 years ago

taartspi commented 2 years ago

In debugging missed interrupts from a chip I realized the GPIO input debounce default value was greater than the chips interrupt duration. This is just an added line of javadoc so the default details are available when hovering over the debounce() method when :
DigitalInput.newConfigBuilder(pi4j)
.debounce()

FDelporte commented 2 years ago

Thanks!