Platform-agnostic C++ SDK
Hi,
I understand by myself that this has to be edited for the platform: https://github.com/mbientlab/MetaWear-SDK-Cpp/blob/c07a693f49df3a96064f70077cc90b61d24790ba/src/metawear/platform/btle_connection.h
But are there any example for any platform yet?
Some things I don't understand: MblMwGattChar shouldn't have aslo a value, on top of the UUID?
Thanks for any help
Davide
Comments
I found examples. However, the version 0.17 indicated seems older, and the link is not reacheable by current documentation
Python:
https://github.com/mbientlab/MetaWear-SDK-Python/blob/master/mbientlab/metawear/metawear.py#L88
NodeJS:
https://github.com/mbientlab/MetaWear-SDK-JavaScript/blob/master/lib/metawear.js#L44-L49
Swift:
https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS/blob/master/MetaWear/Core/MetaWear.swift#L274-L278
No
It is an argument to the handler, understood.