Craig A. Evans Feb 2016 Published to publish other code

Files at this revision

API Documentation at this revision

Comitter:
ejh23
Date:
Mon Jan 31 12:05:52 2022 +0000
Parent:
2:2e125e654e42
Commit message:
Not allowed in ISR context - error debug

Changed in this revision

TMP102.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 2e125e654e42 -r a41d68a94106 TMP102.cpp
--- a/TMP102.cpp	Thu Dec 16 11:14:53 2021 +0000
+++ b/TMP102.cpp	Mon Jan 31 12:05:52 2022 +0000
@@ -78,9 +78,9 @@
 {
     while(1) {  // if error, hang while flashing error message
         led_->write(0);
-        wait(0.2);
+        //Wait(0.1);
         led_->write(1);
-        wait(0.2);
+        //wait(0.1);//small delay seems to prevent spurious pixels during mbed reset
         printf("An error has occured");
     }
 }
\ No newline at end of file