5 references to GetOrSetSystemVariable
Arduino (5)
ArduinoBoard.cs (4)
505return Firmata.GetOrSetSystemVariable(variableId, -1, true, ref value); 519return Firmata.GetOrSetSystemVariable(variableId, pinNumber, true, ref value); 531return Firmata.GetOrSetSystemVariable(variableId, -1, false, ref value); 544return Firmata.GetOrSetSystemVariable(variableId, pinNumber, false, ref value);
FirmataDevice.cs (1)
1240if (!GetOrSetSystemVariable(SystemVariable.FunctionSupportCheck, -1, true, ref value))