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

View file

@ -944,3 +944,4 @@ pub mod bus;
pub mod inactive_w5500;
pub mod uninitialized_w5500;
pub mod w5500;
mod register;