Psi Swarm robot library version 0.9

Fork of PsiSwarmV9 by Psi Swarm Robot

Revision:
12:878c6e9d9e60
Parent:
7:aa5a4a257895
Child:
14:2f1ad77d281e
diff -r 312663037b8c -r 878c6e9d9e60 basic.h
--- a/basic.h	Sun Oct 16 21:06:15 2016 +0000
+++ b/basic.h	Mon Oct 17 13:09:10 2016 +0000
@@ -13,7 +13,7 @@
  * (C) Dept. Electronics & Computer Science, University of York
  * James Hilder, Alexander Horsfield, Alan Millard, Homero Elizondo, Jon Timmis
  *
- * PsiSwarm Library Version: 0.7
+ * PsiSwarm Library Version: 0.8
  *
  * October 2016
  *
@@ -23,7 +23,14 @@
 #ifndef BASIC_H
 #define BASIC_H
 
-
-void read_list_of_file_names(void);
-
+/**
+ *  The Basic class contains the functions for the Psi Basic interpreter and file-handling
+*/
+class Basic{
+    public:
+    /**
+     * Read the list of Psi Basic filenames from the MBED Flash memory 
+    */
+    void read_list_of_file_names(void);
+};
 #endif
\ No newline at end of file