Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LineScan by
Diff: LineScan.h
- Revision:
- 3:f31986cb68fd
- Parent:
- 1:f10ec868cd71
- Child:
- 5:9c19face64a7
- Child:
- 6:984ccef5ca19
diff -r 6a87b2348245 -r f31986cb68fd LineScan.h --- a/LineScan.h Thu Mar 19 19:13:34 2015 +0000 +++ b/LineScan.h Mon Mar 30 22:07:14 2015 +0000 @@ -9,5 +9,5 @@ uint16_t read1Bit(AnalogIn cam, DigitalOut *camClk); void startRead(DigitalOut *camSi, DigitalOut *camClk); -int processFn(uint16_t *array, int arraySz); -int getLinePos(AnalogIn cam, DigitalOut *camSi, DigitalOut *camClk); \ No newline at end of file +int processFn(uint16_t *array, int arraySz, int* exposure); +int getLinePos(AnalogIn cam, DigitalOut *camSi, DigitalOut *camClk, int *exposure); \ No newline at end of file
