Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ArduinoAPI by
Revision 4:1fec2e4c60e5, committed 2015-02-10
- Comitter:
- itead
- Date:
- Tue Feb 10 10:39:42 2015 +0000
- Parent:
- 3:eb0bbd72ffa1
- Child:
- 5:8072d40c7f3c
- Commit message:
- Change buffer size
Changed in this revision
| ArduinoSerial.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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 {
