adapnex::drivers::bnr_x2x::X20ATB312::InputMapping::Configure

Set channel configuration

Synopsis

Declared in <adapnex/drivers/bnr_x2x/x20atb312.h>

void
Configure(
    bool const channel_on,
    MeasurementType const measurement_type = kTemperaturePT100);

Description

This function must be called during the setup phase.

Parameters

Name Description

channel_on

Enable or disable the channel

measurement_type

Measurement type for the channel (temperature or resistance)

Created with MrDocs