Moved to Team 9.

Fork of LineScan by Nicholas Gan

Revision:
19:5a29c887c8eb
Parent:
18:8a65598abf2f
Child:
20:e9f0d1483ba1
--- a/LineScan.h	Wed Apr 22 02:05:47 2015 +0000
+++ b/LineScan.h	Thu Apr 23 17:40:02 2015 +0000
@@ -13,11 +13,11 @@
 
 uint16_t read1Bit(AnalogIn cam, DigitalOut *camClk);
 void startRead(DigitalOut *camSi, DigitalOut *camClk);
-float processFn(uint16_t *array, int arraySz, int* exposure, telemetry::NumericArray<uint16_t, NUM_PIX> &tele_linescan_diff);
+float processFn(uint16_t *array, int arraySz, int* exposure);//, telemetry::NumericArray<uint16_t, NUM_PIX> &tele_linescan_diff);
 float getLinePos(AnalogIn cam, 
                  DigitalOut *camSi, 
                  DigitalOut *camClk, 
                  int *exposure, 
-                 telemetry::NumericArray<uint16_t, NUM_PIX> &tele_linescan,
-                 telemetry::NumericArray<uint16_t, NUM_PIX> &tele_linescan_diff);
+                 telemetry::NumericArray<uint16_t, NUM_PIX> &tele_linescan);//,
+                 //telemetry::NumericArray<uint16_t, NUM_PIX> &tele_linescan_diff);
 extern MODSERIAL serial;
\ No newline at end of file