communication mbed/pld altera lib

Dependents:   scooter_mbed_etudiant scooter_mbed_correction_mbed_os scooter_ scooter_mbed_etudiant_fini_1 ... more

Revision:
2:01a42472c867
Parent:
1:7b4e6771a530
--- a/bloc_io.h	Tue Aug 11 15:00:09 2015 +0000
+++ b/bloc_io.h	Sun Aug 23 14:16:56 2015 +0000
@@ -1,8 +1,3 @@
-#ifndef BLOC_IO_H
-#define BLOC_IO_H
-
-#include "mbed.h"
-
 
 /** bloc_io class.
  *  Used for exchange byte with altera 7064 PLD.
@@ -21,6 +16,17 @@
  * }
  * @endcode
  */
+
+#ifndef BLOC_IO_H
+
+
+
+#define BLOC_IO_H
+
+#include "mbed.h"
+
+
+
  
 class Bloc_IO {
 public: