Controls the central heating system and the lights.

Dependencies:   1-wire clock crypto fram log lpc1768 net web wiz mbed

1-wire-this/1-wire-bus-pin.h

Committer:
andrewboyson
Date:
18 months ago
Revision:
8:8ac076ce51af
Parent:
0:22b158d3c76f

File content as of revision 8:8ac076ce51af:


#define BUS_DIR FIO0DIR(4) //pin 0.4 DIP 30
#define BUS_PIN FIO0PIN(4)
#define BUS_SET FIO0SET(4)
#define BUS_CLR FIO0CLR(4)