Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit a4520c9

Browse files
author
servadmin
committed
Update
1 parent 8fd057b commit a4520c9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ This gets attached to the Maven project as as the native source zip file.
1414
to the Maven project as a platform specific jar file.
1515
* Cross platform MMIO GPIO that doesn't require one off code for each board. Only
1616
a simple property file is required to map registers.
17+
* All demo programs require command line arguments to set devices, lines, etc.
18+
No need to compile one off examples, change property files or use worthless
19+
mocks.
1720
* All wrapper classes support AutoCloseable, so you can use the
1821
[try-with-resources](https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html)
1922
statement to automatically close and free native resources. This prevents hard
@@ -250,7 +253,7 @@ character device.
250253
Note that the native library jar has a suffix such as linux32, so depending on
251254
your target platform it could be different. To see a list of demos
252255
[browse](https://github.com/sgjava/java-periphery/tree/master/src/main/java/com/codeferm/periphery/demo)
253-
code.
256+
code. Just pass in --help to get list of command line arguments.
254257

255258
## Use Java Periphery in your own Maven projects
256259
After bulding Java Periphery simpily add the following artifact:

0 commit comments

Comments
 (0)