pi4j-example-minimal
pi4j-example-minimal copied to clipboard
Minimal example project showing how to use Pi4J V2 with a digital input and output
Hi, Im new at pi4j v2, Im using pi 4b and netbeans when i try to compile always get same problem, `[AWT-EventQueue-0] INFO com.pi4j.Pi4J - New auto context [AWT-EventQueue-0] INFO...
I'm following the beginning of this basic example and when I got to [this line](https://github.com/Pi4J/pi4j-example-minimal/blob/main/src/main/java/com/pi4j/example/MinimalExample.java#L108). I have the following doubts: - What properties are mandatory to declare on `newConfigBuilder`? I...