Save the servo parameters to the BrainStem's EEPROM.

Namespace:  Bespoke.Robotics.BrainStem
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public static void SaveServoParameters(
	byte iicAddress
)
Visual Basic (Declaration)
Public Shared Sub SaveServoParameters ( _
	iicAddress As Byte _
)
Visual C++
public:
static void SaveServoParameters(
	unsigned char iicAddress
)

Parameters

iicAddress
Type: System..::.Byte
The address of the IIC module referenced by the packet.

Exceptions

ExceptionCondition
Bespoke.Robotics.BrainStem.Exceptions..::.CommandExceptionThrown if there's an error processing the command.

See Also