SabertoothSetDeadband Method SyRen/Sabertooth Library for .NET
Sets the deadband. Deadband 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 SetDeadband(
	int value
)

Parameters

value
Type: SystemInt32
The deadband value. Motor powers in the range [-deadband, deadband] will be considered in the deadband, and will not prevent the driver from entering nor cause the driver to leave an idle brake state. 0 resets to the default, which is 3.
See Also

Reference