FINAL PROJECT isn't it

Fork of ELEC351 by Plymouth ELEC351 Group T

COLOURS.hpp

Committer:
thomasmorris
Date:
2018-08-15
Revision:
57:aba1296e51b1
Parent:
56:bc5345bc6650

File content as of revision 57:aba1296e51b1:

/*
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);
char Value_convert (Colours value);
void Store_Cubelet_data();

#endif