Projet3i4

Revision:
0:f0c9c47e4edd
Child:
1:bb98d7d1e25f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LibTest.h	Mon Apr 23 14:40:40 2012 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+#include <iostream>
+
+#define ANALOG_IN_OUT 1
+#define SPI 2
+#define I2C 3
+
+int i_IntroTest();
+