]> rtime.felk.cvut.cz Git - sysless.git/blobdiff - arch/arm/mach-lpc23xx/libs/1-wire/ds18s20.h
lpc23xx library - updated 1 wire driver and driver for ds18S20. It still needs some...
[sysless.git] / arch / arm / mach-lpc23xx / libs / 1-wire / ds18s20.h
index dad8df5fc67f9b190fe926001737d5c3c202464e..ecd1b878da8925158a46c061b6d8e41075694693 100644 (file)
@@ -12,7 +12,8 @@
 struct ds18s20_dev 
 {
        uint8_t port;           // 0 for P0, 1 for P1 ...
-       uint8_t pin;
+       uint8_t pin_read;
+       uint8_t pin_write;
        int16_t temp;
 };