pub trait OutgoingPackage { const CODE: u8; fn bytes(&self) -> [u8; 7]; }
A package which can be sent to the device
The package code
Gives the 7 data bytes of the package