shared

Dependencies:   mbed-rtos mbed

Fork of Boboobooo by kao yi

Revision:
7:fe8665daf3e7
Parent:
5:e32b091aa1fb
Child:
8:089b778962c4
--- a/camera_api.cpp	Tue Jul 01 16:33:34 2014 +0000
+++ b/camera_api.cpp	Mon Jul 07 06:52:03 2014 +0000
@@ -7,8 +7,8 @@
      
            line_CamR = new FastAnalogIn(PTD5);
            line_CamL=   new FastAnalogIn(PTD6,0);  
-            cam_clk=new DigitalOut(PTE1);
-            si=new DigitalOut(PTD7);
+           cam_clk=new DigitalOut(PTE1);
+           si=new DigitalOut(PTD7);
 
      }