Function pn532::compute_checksum(std::uint8_t)

Function Documentation

inline std::uint8_t pn532::compute_checksum(std::uint8_t byte)

Computes the checksum of a single byte. I.e., ~byte+1.