ReadSDProgram()

Description

This function returns the last program loaded from PulsePal's microSD card as an array of bytes. Parameter changes that have not been saved to that file will not be returned - this is a direct file dump for debugging purposes.

Syntax

Data = ReadSDProgram;

Parameters

Returns

Example

% This example returns the bytes of the last loaded program to the MATLAB command window

Data = ReadSDProgram