Moved to Team 9.

Fork of LineScan by Nicholas Gan

Revision:
1:f10ec868cd71
Parent:
0:2d546112b0b8
Child:
3:f31986cb68fd
Child:
4:91e7f2c8999f
--- a/LineScan.h	Fri Mar 13 06:26:35 2015 +0000
+++ b/LineScan.h	Fri Mar 13 08:18:05 2015 +0000
@@ -3,6 +3,10 @@
 
 #define NUM_PIX 128
 
+/** Linescan functions (Nicholas Gan)
+ * to capture linescan frames and process them. 
+  */
+
 uint16_t read1Bit(AnalogIn cam, DigitalOut *camClk);
 void startRead(DigitalOut *camSi, DigitalOut *camClk);
 int processFn(uint16_t *array, int arraySz);