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.
1-wire.h
- Committer:
- andrewboyson
- Date:
- 2016-05-03
- Revision:
- 4:e076884ef8bd
- Child:
- 5:6226f3c566ef
File content as of revision 4:e076884ef8bd:
extern int  OneWireInit();
extern int  OneWireBusy();
extern void OneWireExchange(int lenBytesToSend, int lenBytesToRecv, char *pBytesToSend, char *pBytesToRecv, int msToPullUp);
extern int  OneWireMain();