|
Fang-Robotics-MCB
Fang Robotics Team Codebase
|
#include <cstdint>

Go to the source code of this file.
Namespaces | |
| namespace | tap |
| namespace | tap::algorithms |
Macros | |
| #define | CRC8_INIT 0xff |
| #define | CRC16_INIT 0xffff |
Functions | |
| uint8_t | tap::algorithms::calculateCRC8 (const uint8_t *message, uint32_t messageLength, uint8_t initCRC8) |
| uint16_t | tap::algorithms::calculateCRC16 (const uint8_t *message, uint32_t messageLength, uint16_t initCRC16) |
| #define CRC16_INIT 0xffff |
| #define CRC8_INIT 0xff |