communication mbed/pld altera lib

Dependents:   scooter_mbed_etudiant scooter_mbed_correction_mbed_os scooter_ scooter_mbed_etudiant_fini_1 ... more

Files at this revision

API Documentation at this revision

Comitter:
superphil06
Date:
Sun Aug 23 14:16:56 2015 +0000
Parent:
1:7b4e6771a530
Commit message:
update documentation

Changed in this revision

bloc_io.h Show annotated file Show diff for this revision Revisions of this file
--- 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: