tool/sii_crc.h
author Florian Pose <fp@igh-essen.com>
Thu, 02 Oct 2008 13:40:23 +0000
changeset 1247 5f1f1a3e6636
parent 1194 b844998c2ad4
child 1363 11c0b2caa253
permissions -rw-r--r--
Activate, Send and received; cyclic timer with setitimer().
/*****************************************************************************
 *
 * $Id$
 *
 ****************************************************************************/

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

uint8_t calcSiiCrc(const uint8_t *, size_t);

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