1. NAME

crc7 - update the CRC7 for the data buffer

2. SYNOPSIS

u8 crc7(u8  crc , const u8 *  buffer , size_t  len );

3. ARGUMENTS

crc
    previous CRC7 value

buffer
    data pointer

len
    number of bytes in the buffer

4. CONTEXT

any

5. DESCRIPTION

Returns the updated CRC7 value.

6. COPYRIGHT