Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.36 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.36 KB

Revolution Pi DataInOut JNI wrapper

Simple JNI wrapper to access the RevolutionPi DigitalIO hardware enhancement board from the RevolutionPi base board within Java

Getting Started

These instructions will get you a copy of the project on your rev pi and build the library on that controller.

Built Instructions

do the following export before check

#export LD_LIBRARY_PATH=/librevpi-dio-java/lib/:$LD_LIBRARY_PATH

  • make check

Deployment

Use the resulting library ./dist/librevpi-dio-java.jar for your needs.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Contributing

Authors

  • C. Lehne - initial -

Acknowledgments

  • Hat tip to anyone whose code was used