Function pn532::compute_checksum(std::uint8_t)
Defined in File checksum.hpp
Function Documentation
-
inline std::uint8_t pn532::compute_checksum(std::uint8_t byte)
Computes the checksum of a single byte. I.e.,
~byte+1
.
Defined in File checksum.hpp
Computes the checksum of a single byte. I.e., ~byte+1
.