Tree


.cargo/
.gitignorecommits | blame
Cargo.tomlcommits | blame
README.mdcommits | blame
build.rscommits | blame
examples/
rust-toolchain.tomlcommits | blame
sdkconfig.defaultscommits | blame
sdkconfig.releasecommits | blame
src/

README.md

# ble-esp32c3

Primitive Rust crate for interfacing with Bluetooth Low Energy on the ESP32-C3.
it was developed as part of my
[bachelor-thesis](https://sr.ht/~witcher/bachelor-thesis) and doesn't allow a
lot of configuration.

## Compiling

Install the dependencies:

- Rust (nightly, for RISCV on the ESP32-C3)

```sh
cargo build
```

## Resources

Send patches and questions to
[~witcher/public-inbox@lists.sr.ht](https://lists.sr.ht/~witcher/public-inbox).

Instructions for preparing a patch are available at
[git-send-email.io](https://git-send-email.io/).