docs: document public apis of wiznet driver

This commit is contained in:
Ulf Lilleengen
2023-12-20 12:14:25 +01:00
parent 52a801fdb7
commit 4a2dd7b944
5 changed files with 7 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ pub enum RegisterBlock {
RxBuf = 0x03,
}
/// Wiznet W5500 chip.
pub enum W5500 {}
impl super::Chip for W5500 {}