Final Project files for mBed development.

Dependencies:   m3pi mbed

Files at this revision

API Documentation at this revision

Comitter:
lsaristo
Date:
Fri Dec 19 03:47:18 2014 +0000
Parent:
45:b0f1d06aa6df
Commit message:
Changed postscript file name to control.ps instead.

Changed in this revision

main.c Show annotated file Show diff for this revision Revisions of this file
--- 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;