3k04 team / Mbed 2 deprecated Pacemaker

Dependencies:   mbed Queue mbed-rtos FXOS8700Q

Fork of Pacemaker by Eric dollar

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers motion.h Source File

motion.h

00001 #pragma once
00002 #include "mbed.h"
00003 
00004 //bool isMotionThresholdExceeded ();
00005 //void resetMotionDetection ();
00006 void initialize_motion ();
00007 void motion_thread ();
00008 void motion_set_chamber(int, chamberData*);
00009