SabertoothSetMaxVoltage Method SyRen/Sabertooth Library for .NET
Sets the maximum voltage. Maximum voltage is stored in EEPROM, so changes persist between power cycles.

Namespace: DimensionEngineering
Assembly: DimensionEngineering.Sabertooth (in DimensionEngineering.Sabertooth.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax

public void SetMaxVoltage(
	int value
)

Parameters

value
Type: SystemInt32
The voltage. The units of this value are driver-specific and are specified in the Packet Serial chapter of the driver's user manual.
See Also

Reference