communication mbed/pld altera lib

Dependents:   scooter_mbed_etudiant scooter_mbed_correction_mbed_os scooter_ scooter_mbed_etudiant_fini_1 ... more

Revision:
1:7b4e6771a530
Parent:
0:49abff3f269a
Child:
2:01a42472c867
diff -r 49abff3f269a -r 7b4e6771a530 bloc_io.h
--- a/bloc_io.h	Thu Aug 06 06:27:00 2015 +0000
+++ b/bloc_io.h	Tue Aug 11 15:00:09 2015 +0000
@@ -1,6 +1,6 @@
 #ifndef BLOC_IO_H
 #define BLOC_IO_H
- #endif
+
 #include "mbed.h"
 
 
@@ -36,9 +36,9 @@
     Bloc_IO(PinName RD_WRn,PinName CS,PinName __D0,PinName __D1,PinName __D2,PinName __D3,PinName __D4,PinName __D5,PinName __D6,PinName __D7);
     
     /**  read byte method
-         *@param : no parameter
+         * @param : no parameter
          * @returns
-         *  byte red from PLD
+         * byte red from PLD
          */
     unsigned char read(void);
     
@@ -54,10 +54,10 @@
     DigitalOut _RD_WRn;
     DigitalOut _CS;
     BusInOut Bloc_IoPort; 
-  // DigitalInOut _D0,_D1,_D2,_D3,_D4,_D5,_D6,_D7;
+  
     
    
 };
 
 
- 
+  #endif