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.

Committer:
trane3
Date:
Mon Nov 14 02:22:40 2016 +0000
Revision:
7:4eb590c7e064
Child:
8:75c1dd8b0d61
added voor modules and interface module destructors

Who changed what in which revision?

UserRevisionLine numberNew contents of line
trane3 7:4eb590c7e064 1 #pragma once
trane3 7:4eb590c7e064 2 #include "mbed.h"
trane3 7:4eb590c7e064 3
trane3 7:4eb590c7e064 4 class voor {
trane3 7:4eb590c7e064 5 public:
trane3 7:4eb590c7e064 6 voor();
trane3 7:4eb590c7e064 7 ~voor();
trane3 7:4eb590c7e064 8 void startPace();
trane3 7:4eb590c7e064 9
trane3 7:4eb590c7e064 10 };