Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DS1820 HighSpeedAnalogIn devices mbed
DS18B20_SensorTemperatura.h
00001 //Sensor de Temperatura 00002 #define DATA_PIN P2_6 00003 #include "mbed.h" 00004 #include "DS1820.h" 00005 #include "main.h" 00006 00007 #define MAX_PROBES 16 00008 extern DS1820* probe[MAX_PROBES]; 00009 extern float temperaturas[MAX_PROBES]; 00010 extern int num_temperatureSensors; 00011 //Sensor de Temperatura 00012 00013 void inicializaSensoresTemperatura(); 00014 void refreshSensoresTemperatura();
Generated on Wed Jul 13 2022 12:46:24 by
1.7.2