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.

Files at this revision

API Documentation at this revision

Comitter:
trane3
Date:
Wed Nov 16 14:35:45 2016 +0000
Parent:
12:850facf8a8d4
Child:
15:3b8acee3510d
Commit message:
Pre merge - eric's code with garreths - (eric)

Changed in this revision

interface.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/interface.cpp	Tue Nov 15 21:41:12 2016 +0000
+++ b/interface.cpp	Wed Nov 16 14:35:45 2016 +0000
@@ -83,7 +83,7 @@
             break;
         case '3':
             pc->printf("\nGeneral Data");
-            pc->printf("\n1. Hysteresis: %p", generalData->getHyst());
+            pc->printf("\n1. Hysteresis: %f", generalData->getHyst());
             pc->printf("\n2. Hysteresis Interval: %f", generalData->getHystInterval());
             pc->printf("\n3. Lower Rate Limit: %f", generalData->getLRL());
             pc->printf("\n4. Upper Rate Limit: %f", generalData->getURL());