IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface IqrfGatewayDaemonSpi

    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)

    Index

    Properties

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