forked fromhdoordt/ppk2-rs
- Notifications
You must be signed in to change notification settings - Fork0
A Rust interface for the Nordic PPK2
License
NotificationsYou must be signed in to change notification settings
akiles/ppk2-rs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Rust library and CLI for working with Nordic Semiconductor's Power Profiler Kit II. Far from complete, but can be used at least with the PPK2 functioning as a source meter.
Heavily based onnrfconnect-ppk and its derivateppk2-api-python.
To install, run:
cargo install ppk2-cli
If you want to use this crate as a library, you can take inspiration fromexamples/cli.rs
to get an idea of how to use it.