We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c277e89 commit c85cef1Copy full SHA for c85cef1
Cargo.toml
@@ -4,8 +4,8 @@ version = "0.2.0"
4
authors = ["Rust Embedded WG Linux Team <embedded-linux@teams.rust-embedded.org>",
5
"Paul Osborne <osbpau@gmail.com>"]
6
license = "MIT/Apache-2.0"
7
-homepage = "https://github.com/posborne/rust-sysfs-pwm"
8
-documentation = "https://posborne.github.io/rust-sysfs-pwm"
+homepage = "https://github.com/rust-embedded/rust-sysfs-pwm"
+documentation = "https://docs.rs/rust-sysfs-pwm"
9
description = """
10
Provides access to the Linux sysfs interfaces to PWMs.
11
Via this crate you can export, unexport, and control PWM pins for
0 commit comments