cleaning up

This commit is contained in:
talksik
2023-06-02 14:27:25 -07:00
parent eb009a535b
commit e596e9b492
53 changed files with 109 additions and 11 deletions
+3 -10
View File
@@ -1,6 +1,6 @@
use std::{thread, time::Duration};
use std::error::Error;
use rppal::gpio::{Gpio, Level};
use rppal::gpio::Gpio;
const BUTTON_PIN: u8 = 17;
@@ -11,13 +11,6 @@ fn is_button_pressed(pin: &rppal::gpio::InputPin) -> bool {
pin.is_low()
}
fn is_button_pressed2(pin: &rppal::gpio::InputPin) -> bool {
match pin.read() {
Level::Low => true,
Level::High => false,
}
}
fn read_loop(pin: &rppal::gpio::InputPin) {
loop {
if is_button_pressed(pin) {
@@ -26,7 +19,7 @@ fn read_loop(pin: &rppal::gpio::InputPin) {
}
}
fn main() -> Result<(), rppal::gpio::Error> {
fn main() -> Result<(), Box<dyn Error>> {
println!("Hello world");
let gpio = Gpio::new()?;
+1 -1
View File
@@ -1 +1 @@
{"rustc_fingerprint":3153389369558850253,"outputs":{"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/rust\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":"<jemalloc>: MADV_DONTNEED does not work (memset will be used instead)\n<jemalloc>: (This is the expected behaviour if you are running under QEMU)\n"},"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.69.0 (84c898d65 2023-04-16)\nbinary: rustc\ncommit-hash: 84c898d65adf2f39a5a98507f1fe0ce10a2b8dbc\ncommit-date: 2023-04-16\nhost: x86_64-unknown-linux-gnu\nrelease: 1.69.0\nLLVM version: 15.0.7\n","stderr":"<jemalloc>: MADV_DONTNEED does not work (memset will be used instead)\n<jemalloc>: (This is the expected behaviour if you are running under QEMU)\n"},"5465382477075620165":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/rust\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"arm\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"32\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":"<jemalloc>: MADV_DONTNEED does not work (memset will be used instead)\n<jemalloc>: (This is the expected behaviour if you are running under QEMU)\n"}},"successes":{}}
{"rustc_fingerprint":326599017674091757,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.69.0 (84c898d65 2023-04-16)\nbinary: rustc\ncommit-hash: 84c898d65adf2f39a5a98507f1fe0ce10a2b8dbc\ncommit-date: 2023-04-16\nhost: x86_64-unknown-linux-gnu\nrelease: 1.69.0\nLLVM version: 15.0.7\n","stderr":""},"1185988223601034215":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/talksik-fedora/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\nfeature=\"cargo-clippy\"\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}}
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1 @@
716b5588c5c36a3c
@@ -0,0 +1 @@
{"rustc":3257411903276762393,"features":"[\"default\", \"std\"]","target":1307715644349195660,"profile":3735503092003429423,"path":3632297492402796434,"deps":[[5405497940822227473,"build_script_build",false,6357853834142884271]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libc-45cb2e7194accb0f/dep-lib-libc"}}],"rustflags":[],"metadata":14998826085014762512,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
3eb2dfa661c6ea49
@@ -0,0 +1 @@
{"rustc":3257411903276762393,"features":"[\"default\", \"std\"]","target":8188216131759486267,"profile":9753404505428345930,"path":6120020135590641925,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libc-846389a75a4e7e20/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":14998826085014762512,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1 @@
af21f17560a23b58
@@ -0,0 +1 @@
{"rustc":3257411903276762393,"features":"","target":0,"profile":0,"path":0,"deps":[[5405497940822227473,"build_script_build",false,5326287632032838206]],"local":[{"RerunIfChanged":{"output":"debug/build/libc-f32c1475acb65293/output","paths":["build.rs"]}}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1 @@
8a99de40641035c7
@@ -0,0 +1 @@
{"rustc":3257411903276762393,"features":"[\"default\"]","target":17326553664181770323,"profile":3735503092003429423,"path":14137778224642802315,"deps":[[5405497940822227473,"libc",false,4353507242970278769]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rppal-6a28a409386a26f9/dep-lib-rppal"}}],"rustflags":[],"metadata":6776316194380950375,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1 @@
c80893dec003ef14
@@ -0,0 +1 @@
{"rustc":3257411903276762393,"features":"[]","target":9965013818547362186,"profile":1021633075455700787,"path":1684066648322511884,"deps":[[17191269732561682308,"rppal",false,14354397410084428170]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rust-simple-gpio-01739af5aedad774/dep-test-bin-rust-simple-gpio"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
77622ea779c07951
@@ -0,0 +1 @@
{"rustc":3257411903276762393,"features":"[]","target":9965013818547362186,"profile":7309141686862299243,"path":1684066648322511884,"deps":[[17191269732561682308,"rppal",false,14354397410084428170]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rust-simple-gpio-14cec41ff5715021/dep-bin-rust-simple-gpio"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1 @@
6f1e65cfb2c02342
@@ -0,0 +1 @@
{"rustc":3257411903276762393,"features":"[]","target":9965013818547362186,"profile":7309141686862299243,"path":1684066648322511884,"deps":[[17191269732561682308,"rppal",false,14354397410084428170]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rust-simple-gpio-5c487eb6ae1abc5e/dep-bin-rust-simple-gpio"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1 @@
d3b0cddc8c8ab442
@@ -0,0 +1 @@
{"rustc":3257411903276762393,"features":"[]","target":9965013818547362186,"profile":1021633075455700787,"path":1684066648322511884,"deps":[[17191269732561682308,"rppal",false,14354397410084428170]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rust-simple-gpio-96a260bad6c5a7fb/dep-test-bin-rust-simple-gpio"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
Binary file not shown.
@@ -0,0 +1,5 @@
/home/talksik-fedora/rust-simple-gpio/target/debug/build/libc-846389a75a4e7e20/build_script_build-846389a75a4e7e20: /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/build.rs
/home/talksik-fedora/rust-simple-gpio/target/debug/build/libc-846389a75a4e7e20/build_script_build-846389a75a4e7e20.d: /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/build.rs
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/build.rs:
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1,15 @@
cargo:rerun-if-changed=build.rs
cargo:rustc-cfg=freebsd11
cargo:rustc-cfg=libc_priv_mod_use
cargo:rustc-cfg=libc_union
cargo:rustc-cfg=libc_const_size_of
cargo:rustc-cfg=libc_align
cargo:rustc-cfg=libc_int128
cargo:rustc-cfg=libc_core_cvoid
cargo:rustc-cfg=libc_packedN
cargo:rustc-cfg=libc_cfg_target_vendor
cargo:rustc-cfg=libc_non_exhaustive
cargo:rustc-cfg=libc_long_array
cargo:rustc-cfg=libc_ptr_addr_of
cargo:rustc-cfg=libc_underscore_const_names
cargo:rustc-cfg=libc_const_extern_fn
@@ -0,0 +1 @@
/home/talksik-fedora/rust-simple-gpio/target/debug/build/libc-f32c1475acb65293/out
+21
View File
@@ -0,0 +1,21 @@
/home/talksik-fedora/rust-simple-gpio/target/debug/deps/libc-45cb2e7194accb0f.rmeta: /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/lib.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/macros.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/fixed_width_ints.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/mod.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/mod.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/mod.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/arch/mod.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/mod.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/b64/mod.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/b64/x86_64/align.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/align.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/arch/generic/mod.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/align.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/non_exhaustive.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/align.rs
/home/talksik-fedora/rust-simple-gpio/target/debug/deps/libc-45cb2e7194accb0f.d: /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/lib.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/macros.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/fixed_width_ints.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/mod.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/mod.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/mod.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/arch/mod.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/mod.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/b64/mod.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/b64/x86_64/align.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/align.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/arch/generic/mod.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/align.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/non_exhaustive.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/align.rs
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/lib.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/macros.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/fixed_width_ints.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/mod.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/mod.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/mod.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/arch/mod.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/mod.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/b64/mod.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/b64/x86_64/align.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/gnu/align.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/arch/generic/mod.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/align.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/linux_like/linux/non_exhaustive.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.144/src/unix/align.rs:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,23 @@
/home/talksik-fedora/rust-simple-gpio/target/debug/deps/rppal-6a28a409386a26f9.rmeta: /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/lib.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/macros.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/epoll.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/interrupt.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/ioctl.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/mem.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/pin.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/soft_pwm.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/i2c.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/i2c/ioctl.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/pwm.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/pwm/sysfs.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/spi.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/spi/ioctl.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/spi/segment.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/system.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/uart.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/uart/termios.rs
/home/talksik-fedora/rust-simple-gpio/target/debug/deps/rppal-6a28a409386a26f9.d: /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/lib.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/macros.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/epoll.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/interrupt.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/ioctl.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/mem.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/pin.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/soft_pwm.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/i2c.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/i2c/ioctl.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/pwm.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/pwm/sysfs.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/spi.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/spi/ioctl.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/spi/segment.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/system.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/uart.rs /home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/uart/termios.rs
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/lib.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/macros.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/epoll.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/interrupt.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/ioctl.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/mem.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/pin.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/gpio/soft_pwm.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/i2c.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/i2c/ioctl.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/pwm.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/pwm/sysfs.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/spi.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/spi/ioctl.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/spi/segment.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/system.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/uart.rs:
/home/talksik-fedora/.cargo/registry/src/github.com-1ecc6299db9ec823/rppal-0.14.1/src/uart/termios.rs:
@@ -0,0 +1,8 @@
/home/talksik-fedora/rust-simple-gpio/target/debug/deps/rust_simple_gpio-01739af5aedad774.rmeta: src/main.rs Cargo.toml
/home/talksik-fedora/rust-simple-gpio/target/debug/deps/rust_simple_gpio-01739af5aedad774.d: src/main.rs Cargo.toml
src/main.rs:
Cargo.toml:
# env-dep:CLIPPY_ARGS=
@@ -0,0 +1,8 @@
/home/talksik-fedora/rust-simple-gpio/target/debug/deps/rust_simple_gpio-14cec41ff5715021.rmeta: src/main.rs Cargo.toml
/home/talksik-fedora/rust-simple-gpio/target/debug/deps/rust_simple_gpio-14cec41ff5715021.d: src/main.rs Cargo.toml
src/main.rs:
Cargo.toml:
# env-dep:CLIPPY_ARGS=