SOFT253 Coursework Weather Reader

Dependencies:   LPS25H hts221

Fork of Soft253-WeatherReader by Joseph Dumpleton

Committer:
Jdumpleton3
Date:
Tue May 02 11:09:41 2017 +0000
Revision:
6:0cc980145515
Parent:
1:8585a8d417dc
Finish making the time and fix the ctime padding nonsense

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jdumpleton3 1:8585a8d417dc 1
Jdumpleton3 1:8585a8d417dc 2
Jdumpleton3 1:8585a8d417dc 3 class DataGenerator{
Jdumpleton3 1:8585a8d417dc 4 private:
Jdumpleton3 1:8585a8d417dc 5
Jdumpleton3 1:8585a8d417dc 6
Jdumpleton3 1:8585a8d417dc 7 public:
Jdumpleton3 1:8585a8d417dc 8 void ReadTempHumi(float *pTemp, float *pHumi);
Jdumpleton3 1:8585a8d417dc 9 float pressure();
Jdumpleton3 1:8585a8d417dc 10 float temperature();
Jdumpleton3 1:8585a8d417dc 11
Jdumpleton3 1:8585a8d417dc 12 };