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.
Diff: ds18b20/DS1Wire.h
- Revision:
- 4:5213bee8158e
- Parent:
- 3:0ef2ced1f02d
--- a/ds18b20/DS1Wire.h Sat Apr 12 20:07:15 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -#ifndef __DS_1_WIRE__ -#define __DS_1_WIRE__ -#include <stdint.h> -#include "mbed.h" - -int Reset(DigitalInOut& pin); - -void WriteBit(DigitalInOut& pin, uint32_t bit); -uint32_t ReadBit(DigitalInOut& pin); - -void WriteByte(DigitalInOut& pin, uint32_t byte); -uint32_t ReadByte(DigitalInOut& pin); - - -#endif \ No newline at end of file