ev3dev / ev3dev-lang

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

Update cpp bindings to work with the latest kernel #52

Closed ddemidov closed 9 years ago

ddemidov commented 9 years ago

This is an incomplete PR which just updates the C++ API without touching the demos. The python bindings are based on this patch and are confirmed to work with the hardware I posses (standard mindstorms 31313 kit).

By the way, I've just published the 0.1.0 version of the python bindings that works with the latest kernel.

I hope to have enough time next weekend to update the C++ demos as well. In the meantime people using the C++ bindings may use this.

WasabiFan commented 9 years ago

Looks good.