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:
19:d58e1e1a9a24
Child:
21:fc6c33206152

File content as of revision 19:d58e1e1a9a24:

#pragma once
#include "mbed.h"

#define VENT
#define ATR

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