tool/sii_crc.h
author Florian Pose <fp@igh-essen.com>
Tue, 30 Sep 2008 10:03:10 +0000
changeset 1228 6d9c686f922e
parent 1194 b844998c2ad4
child 1363 11c0b2caa253
permissions -rw-r--r--
Frame reception basically working (still some more testing needed).
/*****************************************************************************
 *
 * $Id$
 *
 ****************************************************************************/

#include <iostream>
#include <stdint.h>

uint8_t calcSiiCrc(const uint8_t *, size_t);

/*****************************************************************************/