Library for LinkSprite Y201 JPEG serial camera.

Files at this revision

API Documentation at this revision

Comitter:
ashleymills
Date:
Mon Jul 02 09:37:28 2012 +0000
Parent:
2:7d8a6087f2e5
Child:
4:6e575c19681f
Commit message:
512 byte RX buffer, 64 byte TX buffer

Changed in this revision

Y201.h Show annotated file Show diff for this revision Revisions of this file
--- a/Y201.h	Fri Jun 29 19:10:17 2012 +0000
+++ b/Y201.h	Mon Jul 02 09:37:28 2012 +0000
@@ -1,4 +1,6 @@
 #include "mbed.h"
+#define MODSERIAL_DEFAULT_RX_BUFFER_SIZE 512
+#define MODSERIAL_DEFAULT_TX_BUFFER_SIZE 64
 #include "MODSERIAL.h"
 #pragma once