remove Streaming and Metro

This commit is contained in:
hg
2014-03-05 20:59:59 +01:00
parent d6d758d53f
commit 7daee36d62
2 changed files with 28 additions and 26 deletions

View File

@ -8,7 +8,6 @@
#ifndef THERMOMETER_H_
#define THERMOMETER_H_
#include <Metro.h>
#include "cmd.h"
#include "Resources.h"
@ -75,7 +74,6 @@ public:
friend class ThermValues;
private:
Metro m_period;
unsigned long m_periodMillis;
ThermConfig thermConfig;
ThermValues thermValues;