Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
99:4841f326200f
Parent:
74:7b6568bc16d5
Child:
103:64bc823d71f4
--- a/tests.h	Thu May 09 09:59:05 2019 +0000
+++ b/tests.h	Thu May 09 10:10:10 2019 +0000
@@ -1,6 +1,10 @@
 #ifndef TESTS_H
 #define TESTS_H
 
+/** @file Tests.h
+ *  @brief Used to call Snake-test.h and check the results of the tests performed.
+ */
+ 
 #include "Snake-test.h"
 
 /**