My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/hardware/devices/euro-yesman-1u/src/io.rs

11 lines
309 B

/// An I/O abstraction for yesman
///
/// The main I/O of the yesman module is buttons as inputs that need
/// to be polled, and LEDs as outputs. All LED states are written at
/// the same time. An "active step" can be fed into the `Io`
/// abstraction from the `Sequencer` module.
pub struct Io {
}