[][src]Module nrf52_bin_logger::senders

These items are used for sending data to another device, such as logging to a PC.

Structs

NullSender

The NullSender does not allow you to send anything. This is useful when you only receive on the given serial port

RealSender

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

Traits

Sender

The Sender trait represents options for sending from the nRF52 to another device. This is commonly used for logging.