[][src]Module nrf52_bin_logger::receivers

These items are used to obtain data from an external device to the nRF52, such as an incoming command.

Structs

NullReceiver

This Receiver does not expose any methods, and does not actually receive any data from the serial port. Useful when only logging

RealReceiver

The RealReceiver is used when actually sending data via the serial port. RealReceiver has three generic parameters:

Traits

Receiver

The Receiver trait represents options for receiving as the nRF52 from another device. This is commonly used for commands.