IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
Preparing search index...
Types
Config
IqrfGatewayDaemonSpi
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
)
IqrfGatewayDaemonComponentInstanceBase
<
IqrfSpi
>
IqrfGatewayDaemonSpi
Index
Properties
bus
Enable
Gpio
Pin
component
i2c
Enable
Gpio
Pin?
instance
Iqrf
Interface
pgm
Switch
Gpio
Pin
power
Enable
Gpio
Pin
spi
Enable
Gpio
Pin?
spi
Reset
uart
Enable
Gpio
Pin?
Properties
bus
Enable
Gpio
Pin
busEnableGpioPin
:
number
component
component
:
IqrfSpi
Optional
i2c
Enable
Gpio
Pin
i2cEnableGpioPin
?:
number
instance
instance
:
string
Iqrf
Interface
IqrfInterface
:
string
pgm
Switch
Gpio
Pin
pgmSwitchGpioPin
:
number
power
Enable
Gpio
Pin
powerEnableGpioPin
:
number
Optional
spi
Enable
Gpio
Pin
spiEnableGpioPin
?:
number
spi
Reset
spiReset
:
boolean
Optional
uart
Enable
Gpio
Pin
uartEnableGpioPin
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bus
Enable
Gpio
Pin
component
i2c
Enable
Gpio
Pin
instance
Iqrf
Interface
pgm
Switch
Gpio
Pin
power
Enable
Gpio
Pin
spi
Enable
Gpio
Pin
spi
Reset
uart
Enable
Gpio
Pin
IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
Loading...
IQRF Gateway Daemon IqrfSpi component configuration