Initial commit
This commit is contained in:
commit
726632a35a
19 changed files with 2467 additions and 0 deletions
9
src/apps.rs
Normal file
9
src/apps.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
use crate::display::Display;
|
||||
|
||||
pub mod dial;
|
||||
|
||||
pub trait App {
|
||||
type State;
|
||||
|
||||
fn update(display: &mut Display);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue