Proj 324 Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

COLOURS.hpp

Committer:
thomasmorris
Date:
2018-07-16
Revision:
56:bc5345bc6650
Child:
57:aba1296e51b1

File content as of revision 56:bc5345bc6650:

/*
This is the functions for identifying the colours is
*/

#ifndef COLOURS_HPP//Header Guards Prevents Multiple includes
#define COLOURS_HPP
//Libraries and header includes
#include "mbed.h"
#include "ALGORITHM.hpp"


enum Colours;
static int colour_data = 0;
Colours convert (int Colour);
void Store_Cubelet_data();

#endif