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

Dependencies:   mbed

Committer:
Roietronics
Date:
Mon Jun 05 21:11:32 2017 +0000
Revision:
0:486c7ab9114b
Initial commit of one wire example for MBED 2

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Roietronics 0:486c7ab9114b 1 #ifndef _CRC8_
Roietronics 0:486c7ab9114b 2 #define _CRC8_
Roietronics 0:486c7ab9114b 3 uint8_t crc8 (uint8_t* data_in, uint16_t number_of_bytes_to_read);
Roietronics 0:486c7ab9114b 4 #endif