CameraC328

Dependents:   CameraC328_TestProgram CameraC328_Thresholding Camera_TestProgram_2015 Camera_TestProgram_2015 ... more

Revision:
9:217ce5bd94c5
Parent:
8:dae8b5573eee
Child:
10:b04f3444b794
diff -r dae8b5573eee -r 217ce5bd94c5 CameraC328.h
--- a/CameraC328.h	Thu Jul 01 10:36:38 2010 +0000
+++ b/CameraC328.h	Thu Jul 01 10:39:59 2010 +0000
@@ -101,10 +101,17 @@
         DataTypeJpegPreviewPicture = 0x05
     };
 
-    /**
-     * @param tx TX of UART.
-     * @param rx RX of UART.
-     * @param baud Baudrate of UART. (Default is Baud19200)
+    /* Constructor: CameraC328
+     * Create a CameraC328 object, connected to the specified pins
+     *
+     * Variables:
+     *  tx -  Used to specify data or command
+     *  rx - Used to determine read or write
+     *  e - enable
+     *  d0..d3 - The data lines
+     *  tx - TX of UART.
+     *  rx - RX of UART.
+     *  baud - Baudrate of UART. (Default is Baud19200)
      */
     CameraC328(PinName tx, PinName rx, Baud baud = Baud19200);