Simple interface to pair an Intel Hex string with the board ID it represents.

interface IntelHexWithId {
    boardId: number;
    hex: string;
}

Properties

Properties

boardId: number

Board ID to identify the Intel Hex and encode inside the Universal Hex

hex: string

Intel Hex string