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.
lm35.h
00001 #ifndef _LM35_H /* Guard against multiple inclusion */ 00002 #define _LM35_H 00003 #include "PerifConfig.h" 00004 #define KF 1000 00005 typedef struct { 00006 //фильтрованное значение температуры 00007 float temp; 00008 float volts; 00009 uint8_t ready; 00010 } LM35_t; 00011 extern LM35_t LM35_0; 00012 void LM35_start(float per); 00013 void LM35_stop(void); 00014 #endif
Generated on Sun Jul 31 2022 03:25:04 by
1.7.2