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.
Dependencies: net 1-wire lpc1768 crypto clock web fram log
1-wire-this/1-wire-bus-pin.h@54:1cbd3a85d3a0, 2019-05-01 (annotated)
- Committer:
- andrewboyson
- Date:
- Wed May 01 10:41:22 2019 +0000
- Revision:
- 54:1cbd3a85d3a0
- Parent:
- 1-wire-setup/1-wire-bus-pin.h@48:6eac12df3ad5
Update web library
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| andrewboyson | 48:6eac12df3ad5 | 1 | |
| andrewboyson | 48:6eac12df3ad5 | 2 | #define BUS_DIR FIO0DIR(4) //pin 0.4 DIP 30 |
| andrewboyson | 48:6eac12df3ad5 | 3 | #define BUS_PIN FIO0PIN(4) |
| andrewboyson | 48:6eac12df3ad5 | 4 | #define BUS_SET FIO0SET(4) |
| andrewboyson | 48:6eac12df3ad5 | 5 | #define BUS_CLR FIO0CLR(4) |