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.

motion.h

Committer:
trane3
Date:
2016-11-24
Revision:
21:fc6c33206152
Parent:
19:d58e1e1a9a24

File content as of revision 21:fc6c33206152:

#pragma once
#include "mbed.h"

//bool isMotionThresholdExceeded ();
//void resetMotionDetection ();
void initialize_motion ();
void motion_thread ();
void motion_set_chamber(int, chamberData*);