diff --git a/pi4micronaut-utils/src/docs/asciidoc/components/commun_WithHardware/digitalInput.adoc b/pi4micronaut-utils/src/docs/asciidoc/components/commun_WithHardware/digitalInput.adoc index 9d405ca8..c5b7e9b0 100644 --- a/pi4micronaut-utils/src/docs/asciidoc/components/commun_WithHardware/digitalInput.adoc +++ b/pi4micronaut-utils/src/docs/asciidoc/components/commun_WithHardware/digitalInput.adoc @@ -8,7 +8,7 @@ Each component will need * name: Name of the component * address: GPIO pin associated with component -* debounce: +* debounce: value that determines the threshold for noise from the component * pull: Either PULL_UP or PULL_DOWN depending on component * provider: pigpio-digital-input