projet_ees_et5

Fork of TSL1401 by Polytech_TP_EES_M3PI

Revision:
2:a6b3b12eaaa6
Parent:
1:7a8ca2147516
--- a/TSL1401.h	Fri Jan 26 10:52:00 2018 +0000
+++ b/TSL1401.h	Fri Mar 09 10:03:39 2018 +0000
@@ -3,6 +3,7 @@
 
 #include "mbed.h"
 #include <FastAnalogIn.h>
+#include "FastIO.h"
 
 class   TSL1401
 {
@@ -14,6 +15,10 @@
     
         int   ImageData[128];    /* カメラの値 */
         int   Max,Min;           /*カメラ読み取り最大値、最小値 */
+        //FastOut<p9> TAOS_SI;
+        //FastOut<p10> TAOS_CLK;
+        FastOut<p28> TAOS_SI;
+        FastOut<p27> TAOS_CLK;
     private:
         PinName SI;
         PinName CLK;