File tree Expand file tree Collapse file tree 4 files changed +1
-8
lines changed Expand file tree Collapse file tree 4 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 66// option. This file may not be copied, modified, or distributed
77// except according to those terms.
88
9- extern crate sysfs_gpio;
10-
119use std:: env;
1210use std:: thread:: sleep;
1311use std:: time:: Duration ;
Original file line number Diff line number Diff line change 66// option. This file may not be copied, modified, or distributed
77// except according to those terms.
88
9- extern crate sysfs_gpio;
10-
119use std:: env;
1210use std:: io:: prelude:: * ;
1311use std:: io:: stdout;
Original file line number Diff line number Diff line change 66// option. This file may not be copied, modified, or distributed
77// except according to those terms.
88
9- extern crate sysfs_gpio;
10-
119use std:: env;
1210use std:: thread:: sleep;
1311use std:: time:: Duration ;
Original file line number Diff line number Diff line change 2222//! the following:
2323//!
2424//! ```no_run
25- //! extern crate sysfs_gpio;
26- //!
2725//! use sysfs_gpio::{Direction, Pin};
2826//! use std::thread::sleep;
2927//! use std::time::Duration;
4341//! ```
4442
4543#![ cfg_attr( feature = "async-tokio" , allow( deprecated) ) ]
44+ #![ doc( html_root_url = "https://docs.rs/sysfs-gpio/0.6.0" ) ]
4645
4746#[ cfg( feature = "async-tokio" ) ]
4847extern crate futures;
You can’t perform that action at this time.
0 commit comments