pub trait TwiSlave { // Required method fn recv(&mut self, packet: TwiPacket) -> Option<TwiPacket>; }