Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Coursework by
Reading.cpp
00001 #include "Reading.h" 00002 00003 Reading::Reading(Clock c, float t, float p, float h){ 00004 clock = c; 00005 temp = t; 00006 pressure = p; 00007 humidity = h; 00008 } 00009 Reading::Reading(){ 00010 //clock = ???? //can't get this to work :( 00011 temp = 25.50; 00012 pressure = 1000; 00013 humidity = 55; 00014 }
Generated on Tue Jul 12 2022 21:22:38 by
1.7.2
