DigitalResetInputsState Method
Resets the state of the specified inputs from true to false.
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+58b061ffe902bd370f7f9a4c58103d8e1f566889
public void ResetInputsState(
params int[] inputPins
)
Public Sub ResetInputsState (
ParamArray inputPins As Integer()
)
member ResetInputsState :
inputPins : int[] -> unit
Parameters
- inputPins Int32
- The index positions of input pins whose value is between 0 an 4 inclusive.