ev3dev / ev3dev-lang

(deprecated) language bindings for ev3dev sensors, motors, LEDs, etc.
GNU General Public License v2.0
56 stars 39 forks source link

Adding java support to execute autogen #122

Closed jabrena closed 8 years ago

jabrena commented 8 years ago

https://github.com/jabrena/ev3dev-lang-java/issues/6

ddemidov commented 8 years ago

I think you should also introduce a java section here: https://github.com/ev3dev/ev3dev-lang/blob/develop/autogen/autogen-list.json.

jabrena commented 8 years ago

Yes, this week, I will do a pull request to update this file.

I made a question to @rhempel yesterday because, I would like to know how to get all methods available for a tacho-motor. I would like to create a Test Case to check that all variables used in the system continue existing. https://github.com/jabrena/ev3dev-lang-java/issues/6

This I would like to release a new minor release with a better Motor Support and I would like to reinforce the building process:

final String tacho-motor-command = "command";
final String tacho-motor-stop = "stop";
final String tacho-motor-run-forever = "run-forever";
...