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
COLOURS.hpp
00001 /* 00002 This is the functions for identifying the colours is 00003 */ 00004 00005 #ifndef COLOURS_HPP//Header Guards Prevents Multiple includes 00006 #define COLOURS_HPP 00007 //Libraries and header includes 00008 #include "mbed.h" 00009 #include "ALGORITHM.hpp" 00010 00011 00012 enum Colours; 00013 static int colour_data = 0; 00014 Colours convert (int Colour); 00015 char Value_convert (Colours value); 00016 void Store_Cubelet_data(); 00017 00018 #endif
Generated on Tue Jul 12 2022 22:52:51 by
