This repository was archived by the owner on Jan 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ This gets attached to the Maven project as as the native source zip file.
1414to 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
1616a 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 )
1922statement to automatically close and free native resources. This prevents hard
@@ -250,7 +253,7 @@ character device.
250253Note that the native library jar has a suffix such as linux32, so depending on
251254your 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
256259After bulding Java Periphery simpily add the following artifact:
You can’t perform that action at this time.
0 commit comments