Andrew Boyson / oldheating

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

Revision:
48:6eac12df3ad5
diff -r 229338b3adcb -r 6eac12df3ad5 1-wire-setup/1-wire-bus-pin.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/1-wire-setup/1-wire-bus-pin.h	Fri Apr 26 16:40:19 2019 +0000
@@ -0,0 +1,5 @@
+
+#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)
\ No newline at end of file