[][src]Function rn2xx3::rn2483_433

pub fn rn2483_433<S, E>(serial: S) -> Driver<Freq433, S> where
    S: Read<u8, Error = E> + Write<u8, Error = E>, 

Create a new driver instance for the RN2483 (433 MHz), wrapping the specified serial port.