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 72af109 commit 5480782Copy full SHA for 5480782
src/lib.rs
@@ -58,6 +58,9 @@ pub use cdev_pin::CdevPin;
58
/// Sysfs pin re-export
59
pub use sysfs_pin::SysfsPin;
60
61
+#[cfg(feature = "gpio_sysfs")]
62
+pub use sysfs_pin::SysfsPin as Pin;
63
+
64
/// Empty struct that provides delay functionality on top of `thread::sleep`
65
pub struct Delay;
66
0 commit comments