Description
Sends a termination code to PulsePal. This function is automatically called when the PulsePal object is deleted.
On receiving the disconnect signal, PulsePal stores the last program received to its non-volatile memory chip (EEPROM), and loads it after all future power cycles.
Syntax
disconnectClient()
Parameters
None
Returns
None
Example
// A typical termination routine:
myPulsePal.disconnectClient();