Page 1 of 1

Native C-code: Handling EV3 motors and sensors

Posted: 23 Sep 2013, 15:17
by lvoc
I wrote a couple of programs that show how to handle motors and sensors in C.
http://www.robotnav.com/programing-requirements/

Re: Native C-code: Handling EV3 motors and sensors

Posted: 24 Sep 2013, 15:38
by mightor
Very nice :) I have some code that wraps a lot of this stuff in some slightly higher level functions that I've been working on for a little while. I am pretty close to releasing it but working out some of the details and API. I'll put it on Git when it's done.

Regards,
Xander

Re: Native C-code: Handling EV3 motors and sensors

Posted: 25 Sep 2013, 09:02
by HaWe
I double that. User-API-code should be sort of wraps around low level functions to make code readable, let it appear logical and intuitively accessable like e.g.:
http://sourceforge.net/apps/phpbb/mindb ... 62&start=0

There once was a low level C code API for a embedded renessas-µC (renessas-C for a Fischertechnic robot controller) but it actually has never been accepted by the community and so it finally extincted.