a serial library to communicate with pebble time's smart strap interface

Dependents:   xadow_smartstrap_for_pebble

crc.h

Committer:
KillingJacky
Date:
2015-11-04
Revision:
0:e4dad9e53f06

File content as of revision 0:e4dad9e53f06:

#pragma once

#include <stdint.h>

void crc8_calculate_byte_streaming(const uint8_t data, uint8_t *crc);