sad

Dependencies:   OneWire

Files at this revision

API Documentation at this revision

Comitter:
brose
Date:
Thu Sep 15 12:35:33 2022 +0000
Parent:
25:b78d40247b97
Commit message:
small bugs

Changed in this revision

DS1820.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/DS1820.cpp	Mon Sep 12 11:28:35 2022 +0000
+++ b/DS1820.cpp	Thu Sep 15 12:35:33 2022 +0000
@@ -169,6 +169,7 @@
         wait_ms(250);
 #else
         ThisThread::sleep_for(250ms);
+        //wait_ms(250);
 #endif
         return false;
     }