Initial Fork

Dependents:   eBot_Firmware_V1

Fork of MODSERIAL by Erik -

Files at this revision

API Documentation at this revision

Comitter:
Throwbot
Date:
Sun Oct 05 12:22:18 2014 +0000
Parent:
35:180e968a751e
Commit message:
Modserial;

Changed in this revision

MODSERIAL.h Show annotated file Show diff for this revision Revisions of this file
--- a/MODSERIAL.h	Mon May 12 13:20:20 2014 +0000
+++ b/MODSERIAL.h	Sun Oct 05 12:22:18 2014 +0000
@@ -38,7 +38,7 @@
 #endif
 
 #ifndef MODSERIAL_DEFAULT_TX_BUFFER_SIZE
-#define MODSERIAL_DEFAULT_TX_BUFFER_SIZE    256
+#define MODSERIAL_DEFAULT_TX_BUFFER_SIZE    512
 #endif
 
 #include "mbed.h"