ev3dev / ev3dev-lang

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

How to get ev3dev version installed in the EV3 Brick? #124

Closed jabrena closed 8 years ago

jabrena commented 8 years ago

Hi, I would like to know the version installed in a EV3 Brick.

Does exist some system variable to read it?

Cheers

ddemidov commented 8 years ago

uname -a should give you kernel version. I think that is the only thing that should matter for a binding library.