Function set_rx_duty_cycle
Source pub const fn set_rx_duty_cycle(rx_period: u32, sleep_period: u32) -> Command
Expand description
SetRxDutyCycle: alternates the chip between listening and sleeping.
§Arguments
rx_period - the 24-bit listening period word.
sleep_period - the 24-bit sleeping period word.
§Returns
The command.