#include <stdio.h>
#include <stdlib.h>
#include "sportident.h"
Go to the source code of this file.
Defines | |
#define | POLYNOM 0x8005 |
Polynomial used for CRC. | |
Functions | |
unsigned int | SiCrc (unsigned int len, const unsigned char *data) |
A function to return CRC values used by SPORTident. |
This Program/Library is open source software; you may redistribute and/or modify it as long as the resulting program/library is under a FOSS license or with the approval of the authors or owning group
This Program is distributed in hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
This is a file is the implementtion of a crc-16 that is used in si hardware
Definition in file crc529.c.
unsigned int SiCrc | ( | unsigned int | len, | |
const unsigned char * | data | |||
) |