Moved to Team 9.
Fork of LineScan by
Diff: LineScan.h
- Revision:
- 12:ce6d9f7dc76e
- Parent:
- 8:b9ec2f3e12b6
- Child:
- 14:928254a609cb
--- a/LineScan.h Thu Apr 09 18:11:47 2015 +0000 +++ b/LineScan.h Thu Apr 09 19:23:35 2015 +0000 @@ -12,4 +12,4 @@ uint16_t read1Bit(AnalogIn cam, DigitalOut *camClk); void startRead(DigitalOut *camSi, DigitalOut *camClk); float processFn(uint16_t *array, int arraySz, int* exposure); -float getLinePos(AnalogIn cam, DigitalOut *camSi, DigitalOut *camClk, int *exposure);// , telemetry::NumericArray<uint16_t, 128> &tele_linescan); \ No newline at end of file +float getLinePos(AnalogIn cam, DigitalOut *camSi, DigitalOut *camClk, int *exposure, telemetry::NumericArray<uint16_t, 128> &tele_linescan); \ No newline at end of file