Options
All
  • Public
  • Public/Protected
  • All
Menu

Module hex-mem-info

Functions

getHexMapDeviceMemInfo

  • Attempts to retrieve the device memory data from an MicroPython Intel Hex memory map.

    Parameters

    • intelHexMap: MemoryMap

      MicroPython Intel Hex memory map to scan.

    Returns DeviceMemInfo

    Device data.

getIntelHexDeviceMemInfo

  • Attempts to retrieve the device memory data from an MicroPython Intel Hex.

    Parameters

    • intelHex: string

      MicroPython Intel Hex string.

    Returns DeviceMemInfo

    Device data.

Generated using TypeDoc