Save the system 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 SaveSystemParameters(
byte iicAddress
) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub SaveSystemParameters ( _
iicAddress As Byte _
) |
| Visual C++ |
|---|
public:
static void SaveSystemParameters(
unsigned char iicAddress
) |
Parameters
- iicAddress
- Type: System..::.Byte
The address of the IIC module referenced by the packet.
Exceptions
See Also