Arduino Core API Library besed on mbed platform.

Dependents:   WeeESP8266 ESP8266_moj

Revision:
3:eb0bbd72ffa1
Parent:
1:2179048af332
Child:
4:1fec2e4c60e5
--- a/ArduinoSerial.h	Mon Feb 09 02:06:12 2015 +0000
+++ b/ArduinoSerial.h	Tue Feb 10 07:47:08 2015 +0000
@@ -5,7 +5,7 @@
 #include "WString.h"
 
 typedef enum {
-    ARDUINOSERIAL_BUFFER_SIZE = 4096,
+    ARDUINOSERIAL_BUFFER_SIZE = 128,
 } ArduinoSerialConstant;
 
 typedef struct {