split into hardware dependent / independent
This commit is contained in:
@ -24,10 +24,15 @@ use ::{
|
||||
},
|
||||
core::time::Duration,
|
||||
};
|
||||
use crate::commands::{Button, Commands};
|
||||
|
||||
use async_channel::Sender;
|
||||
use log::*; //{trace, debug, info, warn, error}
|
||||
|
||||
use gem_remotes_lib::{
|
||||
Button,
|
||||
Commands
|
||||
};
|
||||
|
||||
#[derive(Command)]
|
||||
pub enum Menu{//<'a> {
|
||||
/// Simulate the PIC controller sending aus n Up character
|
||||
|
||||
Reference in New Issue
Block a user