BufferedSoftSerial patch

Dependencies:   SoftSerial

Fork of BufferedSoftSerial by Erik -

Files at this revision

API Documentation at this revision

Comitter:
Sissors
Date:
Sun Apr 27 08:33:35 2014 +0000
Parent:
6:4e3e18b41ea6
Child:
8:a0fc30c0e231
Commit message:
Added custom Ticker lib to allow for baudrates up to 57600

Changed in this revision

BufferedSoftSerial.h Show annotated file Show diff for this revision Revisions of this file
SoftSerial.lib Show annotated file Show diff for this revision Revisions of this file
--- a/BufferedSoftSerial.h	Sat Apr 26 20:55:42 2014 +0000
+++ b/BufferedSoftSerial.h	Sun Apr 27 08:33:35 2014 +0000
@@ -45,8 +45,8 @@
  * #include "mbed.h"
  * #include "BufferedSoftSerial.h"
  * 
- * BufferedSoftSerial buf(USBTX, USBRX);
  * SoftSerial block(USBTX, USBRX);
+* BufferedSoftSerial buf(USBTX, USBRX);
  * 
  * int main()
  * {
--- a/SoftSerial.lib	Sat Apr 26 20:55:42 2014 +0000
+++ b/SoftSerial.lib	Sun Apr 27 08:33:35 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/Sissors/code/SoftSerial/#acfd0329f648
+http://mbed.org/users/Sissors/code/SoftSerial/#517082212c00