• Parses through an Intel Hex string to find the Python code at the allocated address and extracts it.

    Parameters

    • intelHex: string

      Intel Hex block to scan for the code.

    Returns string

    Python code.