REAEDME updated. #16

Closed
nehlichp wants to merge 366 commits from main into pn
Showing only changes of commit 260ec364e2 - Show all commits
+16
View File
@@ -50,6 +50,22 @@ impl ModeCommand {
mode_submode,
}
}
pub fn address(&self) -> TargetId {
self.address
}
pub fn mode_submode(&self) -> ModeAndSubmode {
self.mode_submode
}
pub fn get_mode(&self) -> u32 {
self.mode_submode.mode
}
pub fn get_submode(&self) -> u16 {
self.mode_submode.submode
}
}
#[derive(Debug, Copy, Clone, PartialEq, Eq)]