eclipse / upm

UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs.
MIT License
661 stars 410 forks source link

led: update usage of mraa led api to mraa 2 spec #670

Closed tingleby closed 6 years ago

tingleby commented 6 years ago

Function mraa_led_init used to take char* for its arg. This has changed and now takes a int from the board definition. mraa_led_init_raw seems to be the same

Discovered during PPA builds. Patch to included in deb as package maintainer patch.

Signed-off-by: Thomas Ingleby thomas.ingleby@intel.com