pi4j-example-minimal icon indicating copy to clipboard operation
pi4j-example-minimal copied to clipboard

Minimal example project showing how to use Pi4J V2 with a digital input and output

Results 2 pi4j-example-minimal issues
Sort by recently updated
recently updated
newest added

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...