Module ihex::checksum[][src]

Function for computing IHEX checksum.

Functions

checksum

Computes the Intel HEX checksum of data. This is done by summing all the bytes `data and taking the two's complement of the least significant byte of the sum.