Andrew Boyson / oldheating

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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers 1-wire-bus-pin.h Source File

1-wire-bus-pin.h

00001 
00002 #define BUS_DIR FIO0DIR(4) //pin 0.4 DIP 30
00003 #define BUS_PIN FIO0PIN(4)
00004 #define BUS_SET FIO0SET(4)
00005 #define BUS_CLR FIO0CLR(4)