TinyCHR6dm is a simplified interface for the CH Robotics CHR-6dm AHRS

Dependents:   AVC_20110423

Revision:
0:983f66650cd5
diff -r 000000000000 -r 983f66650cd5 types.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/types.h	Wed Apr 13 23:32:04 2011 +0000
@@ -0,0 +1,7 @@
+#ifndef __TinyCHR6dm_TYPES_H
+#define __TinyCHR6dm_TYPES_H
+
+typedef unsigned char uint8;
+typedef unsigned int uint;
+
+#endif
\ No newline at end of file