Skip to content

Various Raspberry PI GPIO connected things implemented in Java.

License

Notifications You must be signed in to change notification settings

dougculnane/java-pi-thing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-pi-thing

Various Raspberry PI GPIO connected things implemented in Java.

Standing on the shoulders of Pi4J and WiringPi here are some easy to use sensor and device things that I use in my Raspberry Pi projects.

git clone https://github.com/dougculnane/java-pi-thing.git
cd java-pi-thing
mvn install
scp target/java-pi-thing-VERSION-jar-with-dependencies.jar [email protected]:
ssh [email protected]
java -jar java-pi-thing-VERSION-jar-with-dependencies.jar

About

Various Raspberry PI GPIO connected things implemented in Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages