ev3dev-c
ev3dev-c copied to clipboard
LEGO MINDSTORMS EV3 Debian C library + Python, Ruby and Perl wrappers
I've just finished installing ev3 dev on two of my bricks for a Rubik's cube solver, and after looking through the documentation I've been unable to find a way to...
hi there! I can't seem to get the light example to work, it just returns for every option, any idea what I could be doing wrong?
Unable to make the tacho example since make file looks for Debug folder with capital letter, while the debug folder in tacho has debug with lowercase.
I'm trying to write some support routines to allow someone to specify the sensor type (from [ev3_sensor.h](http://in4lio.github.io/ev3dev-c/group__ev3__sensor.html)) and the port (`INPUT_1/2/3/4`) that it should be configured in. The API would...
I tried to run the sample program for the engines tacho.c with ev3dev-c. Compiling and running the example on the Brick does not cause any problems. But I don't want...