mbl_mw_led_stop_and_clear not working in my example
in C++
I am very likely not doing something correctly, but i have this addon to help prototype via OpenFrameworks, the pattern i set via the function https://github.com/Mach1Studios/ofxMetaMotion/blob/main/src/metamotionController.cpp#L174 works great but I am unable to turn off this pattern in any way, for example this doesnt work: https://github.com/Mach1Studios/ofxMetaMotion/blob/main/src/metamotionController.cpp#L183
Any pointers or anything i am doing wrong would help!
Comments
You can use the reset() function if need be to turn off the LED.
There is also a function to turn off the LED that you seem to be using but you must be using the call incorrectly somewhere. Not enough info to comment further.
Ok I checked today and the MetaWear.mbl_mw_led_stop_and_clear(device.board); function was working very well for me.
sorry i did not respond, i got it working in cpp, i was just missing a pointer reference to the board in one of my functions
thanks for the update @DylanMach1