TSL1401 is the line sensor camera.This library is used to read the raw data. modified Polytec paris sud

Fork of TSL1401 by tanabe hitoshi

Revision:
1:7a8ca2147516
Parent:
0:71198cb26156
--- a/TSL1401.h	Sun Oct 05 04:12:56 2014 +0000
+++ b/TSL1401.h	Fri Jan 26 10:52:00 2018 +0000
@@ -2,8 +2,8 @@
 #define TSL1401_H
 
 #include "mbed.h"
-#include "USBSerial.h"
-extern USBSerial serial;
+#include <FastAnalogIn.h>
+
 class   TSL1401
 {
     public:
@@ -18,5 +18,6 @@
         PinName SI;
         PinName CLK;
         AnalogIn *A0;
+        
  };
 #endif
\ No newline at end of file