| aPad_WriteInt | Index |
Definition:
Parameters:
| stemRef | - | An opaque library reference representing the aStem library which manages the communication with the BrainStem modules. |
| module | - | The IIC address of the module whos scratch pad value is being accessed. This need not be the router. |
| padIndex | - | The index (zero-based) of the scratch pad int being written. |
| val | - | This is the int value to be stored in the 2-byte location in the scratchpad starting at the specified padIndex. |
Return Value:
Description:
This routine sends the BrainStem packets needed to write a 2-byte int to the scratch pad on a Stem module. The int written to the module must range between -32768 and 32767.
Related: