Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IndividualHex

Very simple interface to group an Intel Hex string with a Board ID.

The Board ID is used in an Universal Hex file to identify the target, in this case the micro:bit version.

Hierarchy

  • IndividualHex

Properties

Properties

boardId

boardId: number | microbitBoardId

The Board ID identifies the target for the Intel Hex string. Any number can be used in this field, but to target a micro:bit the micro:bit firmware will process the data

hex

hex: string

The Intel Hex in string format.

Generated using TypeDoc