Pont Architecture Time Triggered OS

Dependencies:   mbed ITG3200

Revision:
0:823a9a4db739
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Gyrotask.h	Thu Oct 27 22:01:30 2011 +0000
@@ -0,0 +1,6 @@
+#ifndef GYROTASK_H_GUARD
+#define GYROTASK_H_GUARD
+#include "ITG3200.h"
+ITG3200 gyro(p9, p10);
+void Gyrotask();
+#endif
\ No newline at end of file