Marco Antonio Benito Martin / Mbed 2 deprecated TMP36_Anlog_temperature_read

Dependencies:   LM61 TMP36 mbed

Files at this revision

API Documentation at this revision

Comitter:
mabenim
Date:
Sat Apr 09 16:22:39 2016 +0000
Parent:
4:849a3ee29a49
Commit message:
a?adido el reinicio total despues de un dia;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Apr 05 23:32:44 2016 +0000
+++ b/main.cpp	Sat Apr 09 16:22:39 2016 +0000
@@ -22,7 +22,7 @@
     Temperatura_max=-100;
     Temperatura_min=100;
     Temperatura_acumulada=0;
-    while(1) {
+    while(contador<=contador_max) {
         contador=contador+1;
         voltage=analog_value.read()*3.3;
         Temperatura=(voltage-0.5)*100;