I want to use C# to get my data, is it able to build the dll of pc-ble-driver?
I want to use C# to get my data, is it able to build the dll of pc-ble-driver?
We do not have a C# API, so if C# is a requirement you would have to wrap the c library of pc-ble-driver library with C# bindings on your own. Just as we have wrapped it in javascript and python bindings and added higher level abstractions on top, for the -js and -py versions:
https://github.com/NordicSemiconductor/pc-ble-driver
We do not have a C# API, so if C# is a requirement you would have to wrap the c library of pc-ble-driver library with C# bindings on your own. Just as we have wrapped it in javascript and python bindings and added higher level abstractions on top, for the -js and -py versions:
https://github.com/NordicSemiconductor/pc-ble-driver