| Crates.io | dp32g030 |
| lib.rs | dp32g030 |
| version | 1.0.0 |
| created_at | 2024-07-25 02:23:19.758011+00 |
| updated_at | 2024-07-25 02:23:19.758011+00 |
| description | Peripheral Access Crate for the DP32G030 microcontroller |
| homepage | |
| repository | https://github.com/Xpl0itR/dp32g030-rs |
| max_upload_size | |
| id | 1314613 |
| size | 889,052 |
Peripheral Access Crate for the DP32G030 microcontroller. The API is generated using svd2rust.
In your Cargo.toml (features are optional):
[dependencies]
dp32g030 = { version = "1.0.0", features = ["critical-section", "defmt", "rt"] }
In your code:
use dp32g030;
let peripherals = dp32g030::Peripherals::take().unwrap();
Refer to the svd2rust documentation for further usage.
This project is subject to the terms of the Mozilla Public License, v. 2.0.