teste de publish

Dependencies:   DS1820 HighSpeedAnalogIn devices mbed

Committer:
brunofgc
Date:
Wed Dec 27 13:10:09 2017 +0000
Revision:
15:0f78bf9c13ec
Parent:
1:0e0967c88590
Child:
21:b9315cdd9275
Vers?o otimizada quanto ? resposta do webbrowser e demais funcionalidades executadas via "*ServerCommand*/". Bootloader com problema. Vers?o instalada no HSR.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
brunofgc 1:0e0967c88590 1 //Sensor de Temperatura
brunofgc 15:0f78bf9c13ec 2 #define DATA_PIN P2_6
brunofgc 1:0e0967c88590 3 #include "mbed.h"
brunofgc 1:0e0967c88590 4 #include "DS1820.h"
brunofgc 1:0e0967c88590 5
brunofgc 15:0f78bf9c13ec 6 #define MAX_PROBES 16
brunofgc 1:0e0967c88590 7 extern DS1820* probe[MAX_PROBES];
brunofgc 1:0e0967c88590 8 extern float temperaturas[MAX_PROBES];
brunofgc 1:0e0967c88590 9 extern int num_temperatureSensors;
brunofgc 1:0e0967c88590 10 //Sensor de Temperatura
brunofgc 1:0e0967c88590 11
brunofgc 1:0e0967c88590 12 void inicializaSensoresTemperatura();
brunofgc 1:0e0967c88590 13 void refreshSensoresTemperatura();