ev3dev / ev3dev-lang

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

Fix led trigger specification #99

Closed ddemidov closed 9 years ago

ddemidov commented 9 years ago

This fixes specification of led::trigger attribute as discussed in #98. Also, the C++ template is altered to mirror the change, and possible attribute types are described in wrapper-specification.md.

WasabiFan commented 9 years ago

Looks good to me -- thanks! I'll get it implemented on my side as soon as I can.