initial commit

[x] connect to the device
 [x] find service and characteristic
This commit is contained in:
Tobias Ollive
2022-01-22 15:42:56 +01:00
parent 3412388c42
commit 4b2456ee53
4 changed files with 714 additions and 3 deletions

4
.gitignore vendored
View File

@@ -4,10 +4,8 @@
debug/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
.idea/