yay!

Dependencies:   TextLCD mbed-rtos mbed

Fork of 541_Pacermaker by CIS541

Revision:
5:f21d7c8ef5bc
Parent:
4:8e3dc7e73627
Child:
6:a1a3e73d90f3
--- a/PacemakerLibrary.h	Wed Dec 02 04:13:44 2015 +0000
+++ b/PacemakerLibrary.h	Wed Dec 02 06:26:32 2015 +0000
@@ -12,7 +12,7 @@
 #define AVI_const 3
 #define VRP_const 4
 #define PVAB_const 5
-#define PVARP_const 6  
+#define PVARP_const 6
 
 DigitalOut vpaceLED(LED1);
 DigitalOut apaceLED(LED2);
@@ -51,25 +51,25 @@
 char char_read;
 
 const int normalModeLRI= 1500;
-const int normalModeAVI = 65;
+const int normalModeAVI = 60; //65
 const int normalModePVARP = 150;
 const int normalModeURI = 600;
 const int normalModeVRP = 100;
-const int normalModePVAB = 10;
+const int normalModePVAB = 20;
 
 const int sleepModeLRI= 2000;
-const int sleepModeAVI = 65;
+const int sleepModeAVI = 60; //65
 const int sleepModePVARP = 150;
 const int sleepModeURI = 1000;
 const int sleepModeVRP = 100;
-const int sleepModePVAB = 10;
+const int sleepModePVAB = 20;
 
 const int exerciseModeLRI=1000;
-const int exerciseModeAVI = 65;
+const int exerciseModeAVI = 60; //65
 const int exerciseModePVARP = 150;
 const int exerciseModeURI = 400;
 const int exerciseModeVRP = 100;
-const int exerciseModePVAB = 10;
+const int exerciseModePVAB = 20;
 
 int LRI;
 int VRP;