https://github.com/a1aw/ev3dev-lang-java
An ev3dev unified language binding for Java.
https://github.com/a1aw/ev3dev-lang-java
autogen brickpi ev3 ev3dev ev3dev-lang-java java lcd lightweight pi powerful raspberry-pi unified
Last synced: 6 months ago
JSON representation
An ev3dev unified language binding for Java.
- Host: GitHub
- URL: https://github.com/a1aw/ev3dev-lang-java
- Owner: a1aw
- License: mit
- Archived: true
- Created: 2016-03-29T16:05:46.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-17T02:16:32.000Z (over 1 year ago)
- Last Synced: 2024-11-12T02:02:31.163Z (11 months ago)
- Topics: autogen, brickpi, ev3, ev3dev, ev3dev-lang-java, java, lcd, lightweight, pi, powerful, raspberry-pi, unified
- Language: Java
- Homepage: https://mob41.github.io/ev3dev-lang-java/
- Size: 5.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lego-mindstorms - ev3dev-lang-java - A ev3dev unified language binding for Java. (EV3)
README
# ev3dev-lang-java [](https://travis-ci.org/mob41/ev3dev-lang-java) [](https://www.codefactor.io/repository/github/mob41/ev3dev-lang-java)
> :warning: This project is no longer maintained and updated. Please use another library alternatives like [jabrena/ev3dev-lang-java](https://github.com/ev3dev-lang-java/ev3dev-lang-java/). :warning:
A light-weight but powerful ev3dev unified language binding for Java, not to be confused with [jabrena/ev3dev-lang-java](https://github.com/ev3dev-lang-java/ev3dev-lang-java/) which interfaces LeJOS. It follows with the [language wrapper specification](http://ev3dev-lang.readthedocs.org/en/latest/spec.html).
**No idea where to start?** Check the [getting started](https://mob41.github.io/ev3dev-lang-java/getting_started.html) guide!
**How to add as Maven dependency?** Take a look at [this](https://mob41.github.io/ev3dev-lang-java/getting_started-adding_maven.html).
## Compatibility
This library usually supports the latest ev3dev kernel, unless a "breaking changes" kernel is released. This library is tested to run with ev3dev kernel version 20.
- ```v4.4.61-20-ev3dev-ev3``` for EV3
- ```v4.4.61-ti-rt-r98-20-ev3dev-bb.org``` for BeagleBone
- ```v4.4.61-20-ev3dev-rpi``` for Raspberry Pi 0/1
- ```v4.4.61-20-ev3dev-rpi2``` for Raspberry Pi 2/3This library support most of the motors and EV3-G sensors. Extra bindings are still in development, for details check [here](https://mob41.github.io/ev3dev-lang-java/guide-extra_bindings.html).
## License
[tl;dr](https://tldrlegal.com/license/mit-license) This project is licensed under the MIT License, whereas any other applications/libraries copy or base their code on this is a kind of "modified" work.