Public for testMax31820

Dependents:   Sf18B20 DS18B20

Fork of OneWire by Zoltan Hudak

Files at this revision

API Documentation at this revision

Comitter:
schnf30
Date:
Mon Apr 30 07:54:35 2018 +0000
Parent:
5:45f3eb39b00c
Commit message:
Max31820

Changed in this revision

OneWire.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 45f3eb39b00c -r c328c5bdcac5 OneWire.cpp
--- a/OneWire.cpp	Sat Jan 07 11:20:08 2017 +0000
+++ b/OneWire.cpp	Mon Apr 30 07:54:35 2018 +0000
@@ -185,7 +185,7 @@
 
     wire.output();
     wire = 0;
-    //wait_us(1);
+    wait_us(1);
     wire.input();
     wait_us(5);
     r = wire.read();