DigitalDisableInputs Method
Disables digital inputs and events whose sources are Arduino pins defined in the firmware profile.
Analog inputs for corresponding Arduino pins are disabled. The inverted configuration of any disabled
inputs are reset. Input pins are identified by their index position
in the list of Arduino pins in firmware macro DIGITAL_INPUT_PINS.
Namespace: RoboTx.ApiAssembly: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+2fa4249a9eb2bae6a5092a98b9ebf36d639ce1b7
public void DisableInputs(
params int[] inputPins
)
Public Sub DisableInputs (
ParamArray inputPins As Integer()
)
member DisableInputs :
inputPins : int[] -> unit
Parameters
- inputPins Int32
- The index positions of input pins whose value is between 0 an 4 inclusive.