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.
ds18b20.h
- Committer:
- andrewboyson
- Date:
- 2018-12-06
- Revision:
- 8:45a0205a298f
- Parent:
- 6:be97d38e0b01
File content as of revision 8:45a0205a298f:
#define DS18B20_ERROR_CRC 0x7FFF
#define DS18B20_ERROR_NOT_FOUND 0x7FFE
#define DS18B20_ERROR_TIMED_OUT 0x7FFD
#define DS18B20_ERROR_NO_DEVICE_PRESENT 0x7FFC
#define DS18B20_ERROR_NO_DEVICE_PARTICIPATING 0x7FFB
extern int DS18B20DeviceCount;
extern char DS18B20DeviceList[];
extern int16_t DS18B20Value[];
extern int16_t DS18B20ValueFromRom(char* rom);
extern int DS18B20Busy();
extern int DS18B20Init();
extern int DS18B20Main();