808
Dependents: Chromatograph_Mobile
Revision 1:2c55cbb1e270, committed 2020-08-08
- Comitter:
- nikmaos
- Date:
- Sat Aug 08 18:22:59 2020 +0000
- Parent:
- 0:48636371d2d3
- Commit message:
- 808
Changed in this revision
lm35.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 48636371d2d3 -r 2c55cbb1e270 lm35.h --- a/lm35.h Mon Jun 22 09:52:16 2020 +0000 +++ b/lm35.h Sat Aug 08 18:22:59 2020 +0000 @@ -5,6 +5,7 @@ typedef struct { //фильтрованное значение температуры float temp; + float volts; uint8_t ready; } LM35_t; extern LM35_t LM35_0;