ev3dev / ev3dev-lang

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

Add property value spec for motor state #164

Closed WasabiFan closed 8 years ago

WasabiFan commented 8 years ago

@rhempel Can you confirm that this won't break any of your templates? state is an array, so this is a new combination that hasn't been tested before (property values for an array).

rhempel commented 8 years ago

I think it should be fine, but I'm in the middle of updating the templates anyways - sorry I missed this notification, my spam filter was being a little aggressive the past few weeks :-)

rhempel commented 8 years ago

Feel free to finish the pull request, I'll update my local repo and fix up the Python binding as needed.