Arduino Core API Library besed on mbed platform.

Dependents:   WeeESP8266 ESP8266_moj

Revision:
4:1fec2e4c60e5
Parent:
3:eb0bbd72ffa1
diff -r eb0bbd72ffa1 -r 1fec2e4c60e5 ArduinoSerial.h
--- a/ArduinoSerial.h	Tue Feb 10 07:47:08 2015 +0000
+++ b/ArduinoSerial.h	Tue Feb 10 10:39:42 2015 +0000
@@ -5,7 +5,7 @@
 #include "WString.h"
 
 typedef enum {
-    ARDUINOSERIAL_BUFFER_SIZE = 128,
+    ARDUINOSERIAL_BUFFER_SIZE = 512,
 } ArduinoSerialConstant;
 
 typedef struct {