Dependencies:   mbed

Revision:
0:49f07865b3e4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/typedefs.h	Fri Nov 27 16:05:35 2009 +0000
@@ -0,0 +1,11 @@
+#include <stdint.h>
+
+typedef uint8_t  UI_8;
+typedef uint16_t UI_16;
+typedef uint32_t UI_32;
+typedef uint64_t UI_64;
+
+typedef int8_t   SI_8;
+typedef int16_t  SI_16;
+typedef int32_t  SI_32;
+typedef int64_t  SI_64;