ev3dev-lang icon indicating copy to clipboard operation
ev3dev-lang copied to clipboard

(deprecated) language bindings for ev3dev sensors, motors, LEDs, etc.

Results 23 ev3dev-lang issues
Sort by recently updated
recently updated
newest added

Now that we have gotten the libraries in this repo updated so that (aside from some last changes) they are all ready for the newest kernel release, I think we...

question
all languages

@ddemidov Can I get a list of the changes that I need to adapt to on my Node.js side? I believe that there were changes to the LED spec, but...

enhancement
JavaScript

So far, we have had some discussions on platform uniformity and such in various issues (e.g. #115 and ev3dev/ev3dev#412). I think we should get the rest of the platform functionality...

all languages
Spec

This is what PiStorms is looking like now. - [ ] Leds: ``` pistorms:BA:red:ev3dev pistorms:BA:blue:ev3dev pistorms:BA:green:ev3dev pistorms:BB:red:ev3dev pistorms:BB:green:ev3dev pistorms:BB:blue:ev3dev ``` `pistorms:BA` and `pistorms:BB` are each a "single" LED, so the...

all languages
Spec
kernel discussion

Good morning, I have created a repo to offer an API for Java developers using EV3Dev. https://github.com/jabrena/ev3dev-lang-java I think that Python development has good progress. For other language, what is...

library submission

See the head of the discussion here: https://github.com/ddemidov/ev3dev-lang-python-1/commit/92828ecf6061b8e5f0a65664eb86082874b5ee89#commitcomment-14064704. To keep the issue self contained: @ddemidov: > Note that I did not actually test this on ev3. Creating a Device on...

question
all languages
kernel discussion

Looking through the python library, I can't quite tell what the standard behavior in the PowerSupply is (it takes a port parameter, and it seems like if the port is...

question
all languages
Spec

Picking up the conversation from https://github.com/ev3dev/ev3dev-lang/pull/129#issuecomment-164168408... @rhempel said: > I think that we may need to be a little more protective of ev3dev as a standalone word or package name....

I know that @ddemidov has been adding some great features like motor helper functions to the Python lib, and would like to get those implemented in all of our libraries...

enhancement
all languages
Spec

Here's a quick list of features I think it might be worth adding (for a TODO list / general discussion if needed): - [ ] ~~Ability to mark sections of...