Part of the Pacemaker Project; this models the Pacemaker.

Dependencies:   mbed TextLCD mbed-rtos

Revision:
20:dc272bfaa276
Parent:
8:5924b2048a27
Child:
23:08456978fb78
--- a/PMTest.cpp	Mon Nov 30 21:14:51 2015 +0000
+++ b/PMTest.cpp	Mon Nov 30 21:38:54 2015 +0000
@@ -6,8 +6,8 @@
 
 DigitalOut vsense(p23);
 DigitalOut asense(p24);
-DigitalIn apace(p22):
-DigitalIn vpace(p21):
+DigitalIn apace(p22);
+DigitalIn vpace(p21);
 
 int timer_count;
 int curr_test;
@@ -69,9 +69,4 @@
     
     if(timer_count < testfunc[curr_test][0]){
         printf("VENT PULSE FOR TEST " + curr_test + " WAS WITHIN BOUNDS\n");
-    }
-    
-    
-    
-    
-
+    }
\ No newline at end of file