Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Commit

Permalink
refs #17 Add thermistor to sensor measurements.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoos committed Feb 11, 2015
1 parent 05b855c commit b7482d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sensor/sensor_measurements.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "sensor/gps.hpp"
#include "sensor/gyroscope.hpp"
#include "sensor/magnetometer.hpp"
#include "sensor/thermistor.hpp"

#include "util/optional.hpp"

Expand All @@ -13,6 +14,7 @@ struct SensorMeasurements {
optional<GPSReading> gps;
optional<GyroscopeReading> gyro;
optional<MagnetometerReading> mag;
optional<ThermistorReading> therm;
};

#endif

0 comments on commit b7482d8

Please sign in to comment.