
Own fork of MbedSmartRestMain
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: measurement/AnalogMeasurement.h
- Revision:
- 90:423177e8a401
- Parent:
- 82:ca7430f50b2b
- Child:
- 92:0acd11870c6a
--- a/measurement/AnalogMeasurement.h Mon Mar 16 12:12:04 2015 +0000 +++ b/measurement/AnalogMeasurement.h Fri Mar 20 13:55:21 2015 +0000 @@ -11,7 +11,7 @@ class AnalogMeasurement { public: - AnalogMeasurement(AbstractSmartRest&, SmartRestTemplate&, long&, AnalogIn&, AnalogIn&, DeviceIO&, DeviceInfo&, DisplayInfo&); + AnalogMeasurement(AbstractSmartRest&, SmartRestTemplate&, long&, DeviceIO&, DeviceInfo&, DisplayInfo&); bool init(); bool run(); @@ -21,8 +21,6 @@ long& _deviceId; SmartRestTemplate& _tpl; AbstractSmartRest& _client; - AnalogIn& _analog1; - AnalogIn& _analog2; float oldValues[2]; Timer sendingTimer; DeviceIO& _io;