|
CodexPadFrameDecoder Arduino Lib 1.0.3
|
Go to the source code of this file.
Functions | |
| uint8_t | crc8::Calculate (const uint8_t *data, const size_t size) |
| Calculate the CRC-8 checksum of data (SAE J1850 standard). | |
| uint8_t crc8::Calculate | ( | const uint8_t * | data, |
| const size_t | size ) |
Calculate the CRC-8 checksum of data (SAE J1850 standard).
| [in] | data | Pointer to the data to be calculated. |
| [in] | size | Length of the data in bytes. |
Uses the standard CRC-8/SAE J1850 algorithm: