Proj 324 Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

Revision:
56:bc5345bc6650
Child:
57:aba1296e51b1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/COLOURS.hpp	Mon Jul 16 10:51:47 2018 +0000
@@ -0,0 +1,17 @@
+/*
+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
\ No newline at end of file