RadioLib
Universal wireless communication library for Arduino
|
Class to calculate CRCs of varying formats. More...
#include <CRC.h>
Public Member Functions | |
RadioLibCRC () | |
Default constructor. | |
uint32_t | checksum (const uint8_t *buff, size_t len) |
Calculate checksum of a buffer. | |
Class to calculate CRCs of varying formats.
uint32_t RadioLibCRC::checksum | ( | const uint8_t * | buff, |
size_t | len | ||
) |
Calculate checksum of a buffer.
buff | Buffer to calculate the checksum over. |
len | Size of the buffer in bytes. |