CO528 - Assessment 3 - Guard Room Project

Dependencies:   C12832 MMA7660 mbed-http

Fork of http-example by sandbox

Embed: (wiki syntax)

« Back to documentation index

Core Class Reference

Core Class Reference

This classe is being used to control the temperature program. More...

#include <Core.h>

Public Member Functions

 Core ()
 Create a Core object and initialise all the values.
void guard (void)
 Plays the program, this is the heart of this class.

Detailed Description

This classe is being used to control the temperature program.

Definition at line 29 of file Core.h.


Constructor & Destructor Documentation

Core (  )

Create a Core object and initialise all the values.

Definition at line 20 of file Core.cpp.


Member Function Documentation

void guard ( void   )

Plays the program, this is the heart of this class.

Definition at line 128 of file Core.cpp.