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.
Dependencies: mbed freescal_cup_k22f
Diff: source/Camera.cpp
- Revision:
- 21:9430357e777c
- Parent:
- 19:5e8260f3bdb2
- Child:
- 25:f9d3d30cbb5d
--- a/source/Camera.cpp Sat Jan 17 16:51:33 2015 +0000 +++ b/source/Camera.cpp Sat Jan 17 17:45:52 2015 +0000 @@ -2,8 +2,8 @@ #include "Camera.h" // les 2 cameras sont en parallèle -DigitalOut clk(PTE1); //clock camera -DigitalOut si(PTE0); // start camera +DigitalOut clk(PTE1); //clock cameras +DigitalOut si(PTE0); // start cameras AnalogIn pix1(PTB2);//lecture camera1 AnalogIn pix2(PTB3);//lecture camera2