Crates.io | da14531-sdk |
lib.rs | da14531-sdk |
version | 0.1.1 |
source | src |
created_at | 2022-10-13 08:14:58.540551 |
updated_at | 2022-10-13 08:19:00.786011 |
description | DA14531 SDK Rust bindings |
homepage | |
repository | https://github.com/rapitag/da14531-sdk |
max_upload_size | |
id | 687049 |
size | 136,195 |
This crate is a wrapper for the manufacturer's SDK. In order to build it, you need to first download the SDK version 6.0.16.1144
.
In order to compile this crate you need to set the SDK_PATH
environment variable to the SDK path, e.g. SDK_PATH=/path/to/my/sdk/6.0.16.1144
Parts of the SDK where completely reimplemented in Rust.
This is highly experimental and still in development at the moment, use with caution!