syncFromDevice()
syncFromDevice()
Description
Sets the parameters in Properties of PulsePalDevice equal to the current parameters on the physical device.
This will capture any changes made by the thumb joystick menu.
Syntax
confirmed = syncFromDevice()
Parameters
None
Returns
confirmed: A boolean that is true if the device returned the parameter update
Examples
% 1. This synchronizes the properties of P to equal the properties on the physical device
confirmed = P.syncFromDevice;