IQRF Gateway Daemon IqrfSpi component configuration

interface IqrfGatewayDaemonSpi {
    busEnableGpioPin: number;
    component: IqrfSpi;
    i2cEnableGpioPin?: number;
    instance: string;
    IqrfInterface: string;
    pgmSwitchGpioPin: number;
    powerEnableGpioPin: number;
    spiEnableGpioPin?: number;
    spiReset: boolean;
    uartEnableGpioPin?: number;
}

Hierarchy (View Summary)

Properties

busEnableGpioPin: number
component: IqrfSpi
i2cEnableGpioPin?: number
instance: string
IqrfInterface: string
pgmSwitchGpioPin: number
powerEnableGpioPin: number
spiEnableGpioPin?: number
spiReset: boolean
uartEnableGpioPin?: number