OV7670 + 23LC1024 + Bluetooth

Dependencies:   FastPWM MODSERIAL mbed

Revision:
1:6e4d2cff76e8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Constants.h	Tue Jul 23 06:33:27 2013 +0000
@@ -0,0 +1,15 @@
+#define TAPCAM_ID 0xA7
+
+/* Bluetooth camera API commands */
+#define REQUEST_PROFILE     5
+#define CLIENT_PROFILE      6
+#define TAKE_PICTURE        7
+#define IMAGE_READ          8
+#define FRAME_READ          9
+#define FEED_REQUEST        10
+#define FEED_CANCEL         11
+#define FEED_START          12
+#define FEED_START_ACK      13
+#define FEED_STOP           14
+
+#define ORIENTATION         "0\n"   // Camera orientation (0 = not rotated)
\ No newline at end of file