Pacemaker code Implementation for SFWRENG 3K04

Dependencies:   mbed Queue mbed-rtos FXOS8700Q

Fork of Pacemaker by Eric dollar

SWFRENG 3K04 Project to design, develop, and document a functional pacemaker.

The project uses the Freescale K64F Microcontroller and C++ mbed library.

Revision:
2:fbba2687ddfe
Parent:
0:b2b3955cd77b
Child:
16:08d5e5a3ee74
diff -r b2b3955cd77b -r fbba2687ddfe hardware.h
--- a/hardware.h	Sun Oct 30 16:04:52 2016 +0000
+++ b/hardware.h	Mon Nov 14 01:27:31 2016 +0000
@@ -6,10 +6,10 @@
         hardware();
         ~hardware();
         Serial* getSerial();
-        AnalogOut* getChamber(char);
+        PwmOut* getChamber(char);
     
     private:
-        AnalogOut atrium;
-        AnalogOut ventricle;
+        PwmOut atrium;
+        PwmOut ventricle;
         Serial pc;
 };
\ No newline at end of file