Andrew Boyson / 1-wire

Dependents:   oldheating heating

1-wire-device.h

Committer:
andrewboyson
Date:
2019-04-25
Revision:
0:b4b170ce93a4

File content as of revision 0:b4b170ce93a4:

#define DEVICE_MAX 8

#define DEVICE_ADDRESS_STRING_LENGTH 24

extern int     DeviceCount;
extern char    DeviceList[];
extern void    DeviceAddressToString(char* pAddress, char* buffer);
extern void    DeviceParseAddress(char* pText, char *pAddress);

extern int  DeviceScanMs;
extern bool DeviceBusy(void);
extern void DeviceInit(void);
extern int  DeviceMain(void);