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 3b32e0c commit 98c972fCopy full SHA for 98c972f
src/lib.rs
@@ -9,9 +9,6 @@
9
// Portions of this implementation are based on work by Nat Pryce:
10
// https://github.com/npryce/rusty-pi/blob/master/src/pi/gpio.rs
11
12
-#![crate_type = "lib"]
13
-#![crate_name = "sysfs_pwm"]
14
-
15
//! PWM access under Linux using the PWM sysfs interface
16
17
use std::fs;
0 commit comments