We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf0128 commit 73bd411Copy full SHA for 73bd411
content/documentation/io-types/digital-input.md
@@ -37,7 +37,7 @@ var config = DigitalInput.newConfigBuilder(pi4j)
37
38
var input = pi4j.din().create(config);
39
```
40
-s
+
41
Once an input has been initialized, a listener can be attached to execute code on state changes of the input.
42
43
```java
0 commit comments