jooby-codec
    Preparing search index...

    Interface IParameterPulseChannelsScanConfig

    Channels scan config for pulse devices. deviceParameters.PULSE_CHANNELS_SCAN_CONFIG = 31

    interface IParameterPulseChannelsScanConfig {
        channelList: TUint8[];
        pullUpTime: TUint8;
        scanTime: TUint8;
    }
    Index

    Properties

    channelList: TUint8[]

    List of channel numbers to configure. Max channels: 32.

    pullUpTime: TUint8

    Channel pull up time in microseconds.
    Minimal value - 17 μs, maximum - 255 μs, 18 μs by default.

    scanTime: TUint8

    Channel scan time in microseconds μs.
    Minimal value - 15 μs, maximum - 255 μs, 50 μs by default.