IQRF Gateway Daemon IqrfUart component configuration

interface IqrfGatewayDaemonUart {
    baudRate: number;
    busEnableGpioPin: number;
    component: IqrfUart;
    i2cEnableGpioPin?: number;
    instance: string;
    IqrfInterface: string;
    pgmSwitchGpioPin: number;
    powerEnableGpioPin: number;
    spiEnableGpioPin?: number;
    uartEnableGpioPin?: number;
    uartReset: boolean;
}

Hierarchy (View Summary)

Properties

baudRate: number
busEnableGpioPin: number
component: IqrfUart
i2cEnableGpioPin?: number
instance: string
IqrfInterface: string
pgmSwitchGpioPin: number
powerEnableGpioPin: number
spiEnableGpioPin?: number
uartEnableGpioPin?: number
uartReset: boolean