Adaptation K22F

Dependencies:   mbed

Revision:
0:6004a7230f87
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.h	Tue Dec 16 15:52:17 2014 +0000
@@ -0,0 +1,16 @@
+#ifndef _MAIN_H
+#define _MAIN_H
+
+#include "mbed.h"
+#include "Init.h"
+#include "Serie.h"
+#include "Camera.h"
+#include "Config.h"
+#include "Propulsion.h"
+
+
+extern Propulsion propulsion;
+extern unsigned short valeurs[128];
+void setTIntegration(int t);
+
+#endif
\ No newline at end of file