PlayBack

Dependencies:   TPixy-Interface

Fork of ObjectFollower by ECE4333 - 2018 - Ahmed & Brandon

Revision:
0:a355e511bc5d
Child:
8:a0890fa79084
diff -r 000000000000 -r a355e511bc5d ExternalInterruptThread.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ExternalInterruptThread.h	Thu Feb 01 03:58:00 2018 +0000
@@ -0,0 +1,8 @@
+#ifndef EXTERNAL_INT_H
+#define EXTERNAL_INT_H
+
+#include "mbed.h"
+
+void ExternalInterruptThreadInit();
+
+#endif 
\ No newline at end of file