One Wire Example striped to find sensors only builds using MBED 2 Library

Dependencies:   mbed

crc8.h

Committer:
Roietronics
Date:
2017-06-05
Revision:
0:486c7ab9114b

File content as of revision 0:486c7ab9114b:

#ifndef _CRC8_
#define _CRC8_
uint8_t    crc8 (uint8_t* data_in, uint16_t number_of_bytes_to_read);
#endif