|
DataFrame
1.0.0
|
#include "dataframe.h"
Functions | |
| uint8_t | crc8 (uint8_t crc, uint8_t Size, uint8_t *Buffer) |
| Helper function to compute CRC. More... | |
| uint8_t crc8 | ( | uint8_t | crc, |
| uint8_t | Size, | ||
| uint8_t * | Buffer | ||
| ) |
Helper function to compute CRC.
| crc | - initial CRC, use 0 if dont know about it. |
| Size | - size of input buffer |
| Buffer | - input array with bytes |
1.8.17