Please add 1Wire support.
Also update provided examples to be intact with source code.
Change Direction.OUTPUT to PinDirection.OUTPUT in the next lines:
Pin dc = GPIOBoard.ofPin(72, PinDirection.OUTPUT);
Change State.HIGH to PinState.HIGH in examples:
dc.write(PinState.HIGH);