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 ELEC351_Group_T by
Diff: DATA.hpp
- Revision:
- 52:99915f5240b2
- Parent:
- 51:47f5db68500b
--- a/DATA.hpp Tue Jan 09 15:15:08 2018 +0000
+++ b/DATA.hpp Tue Jan 09 22:27:49 2018 +0000
@@ -1,12 +1,13 @@
/*
-This is ur data Class which stores in the Sensor values
+This is our data Class which stores in the Sensor values
,light level and the time values
*/
-
-
#ifndef DATA_HPP//Header Guards Prevents Multiple includes
#define DATA_HPP
+#include "mbed.h"
+#include <string>
+#include "rtos.h"
class DATA
{
public:
