Added module containing new register address representations, added chip mode init/reset

This commit is contained in:
Jonah Dahlquist 2019-08-08 12:11:13 -05:00 committed by Jonah Dahlquist
commit ce36644d9c
7 changed files with 43 additions and 9 deletions

6
src/register.rs Normal file
View file

@ -0,0 +1,6 @@
pub const COMMON: u8 = 0;
pub mod common {
pub const MODE: u16 = 0;
}