cr1140-hal 0.1.0

Hardware abstraction layer for the ifm CR1140/CR1141 (aarch64, Yocto Linux)
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: GPL-3.0-only
//! Front-panel buttons via evdev.
pub mod event;
pub use event::{to_button_event, Button, ButtonEvent, InputEvent};

pub mod reader;
pub use reader::{find_input_by_name, ButtonReader, KEYPAD_NAME};