Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DS18B20Sensor DS18B201
crc8.h@0:1449f126b241, 2013-03-03 (annotated)
- Committer:
- jsteve
- Date:
- Sun Mar 03 01:41:51 2013 +0000
- Revision:
- 0:1449f126b241
Changed name from Sensor to DS18B20Sensor.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| jsteve | 0:1449f126b241 | 1 | #ifndef _CRC8_ |
| jsteve | 0:1449f126b241 | 2 | #define _CRC8_ |
| jsteve | 0:1449f126b241 | 3 | uint8_t crc8 (uint8_t* data_in, uint16_t number_of_bytes_to_read); |
| jsteve | 0:1449f126b241 | 4 | #endif |