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:
noahzwiep
Date:
2016-12-18
Revision:
36:b6431cd8ecd6
Parent:
21:fc6c33206152

File content as of revision 36:b6431cd8ecd6:

#pragma once
#include "mbed.h"

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