Dependencies:   mbed

Revision:
1:9c7022a05ab2
Parent:
0:579e5a58b159
--- a/liblary.h	Mon Jun 13 08:11:07 2011 +0000
+++ b/liblary.h	Mon Dec 12 02:43:33 2011 +0000
@@ -1,9 +1,16 @@
 #include    "mbed.h"
 
 I2C        OV7670( p9, p10 );
-Serial     device( USBTX, USBRX );
-InterruptIn  HREF( p23 );
-InterruptIn VSYNC( p24 );
-InterruptIn  PCLK( p25 );
-BusIn        Data( p26, p29, p20, p19, p18, p17, p16, p15 );
-BusOut        led( LED1, LED2, LED3 );
\ No newline at end of file
+//Serial     device( USBTX, USBRX );
+Serial  device( p28, p27 );
+InterruptIn  HREF( p16 );
+InterruptIn VSYNC( p17 );
+InterruptIn  PCLK( p18 );
+BusIn        Data( p26, p25, p24, p23, p30, p29, p8, p7 );
+BusOut        led( LED1, LED2, LED3, LED4 );
+/*DigitalOut   WRST( p20 );
+DigitalOut    WEN( p19 );
+DigitalOut   RRST( p15 );
+DigitalOut     OE( p14 );
+DigitalOut   RCLK( p13 );*/
+BusOut          a( p20, p19, p15, p14, p13 );
\ No newline at end of file