Backing up an unused program in case of future need

Dependencies:   mbed

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();