IOS : Soft restart
I am using the CocoaPod located here: https://cocoapods.org/pods/MetaWear
pod 'MetaWear', '~> 3.2'
How would I invoke the api to do a "soft reset", or a reboot of the Metawear R board? Currently, I see no helper methods to accomplish this.
Comments
mbl_mw_debug_reset(board); -> This solved my problem