Final Project files for mBed development.

Dependencies:   m3pi mbed

Revision:
46:a3b9c0fe8f36
Parent:
45:b0f1d06aa6df
--- a/main.c	Fri Dec 19 03:41:52 2014 +0000
+++ b/main.c	Fri Dec 19 03:47:18 2014 +0000
@@ -126,7 +126,7 @@
                 last_state = state;
             
                 // Open the instructions file
-                ps_file = fopen("/local/test.ps", "r");
+                ps_file = fopen("/local/control.ps", "r");
                 if (ps_file == NULL) {
                     state = ERROR;
                     break;