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

Dependents:   xadow_smartstrap_for_pebble

Committer:
KillingJacky
Date:
Wed Nov 04 09:58:41 2015 +0000
Revision:
0:e4dad9e53f06
initial commit;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
KillingJacky 0:e4dad9e53f06 1 #pragma once
KillingJacky 0:e4dad9e53f06 2
KillingJacky 0:e4dad9e53f06 3 #include <stdint.h>
KillingJacky 0:e4dad9e53f06 4
KillingJacky 0:e4dad9e53f06 5 void crc8_calculate_byte_streaming(const uint8_t data, uint8_t *crc);