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.
Dependencies: SoftSerial SDFileSystem mbed wave_player
Diff: MySoftSerial.cpp
- Revision:
- 16:1a0589d846bf
- Parent:
- 15:75f9bd5d7659
- Child:
- 17:8683abdc1912
--- a/MySoftSerial.cpp Wed May 10 09:45:57 2017 +0200
+++ b/MySoftSerial.cpp Wed May 10 14:31:39 2017 +0000
@@ -4,7 +4,7 @@
#include "MySoftSerial.h"
-MySoftSerial::MySoftSerial(PinName TX, PinName RX, const char *name = NULL) : SoftSerial(TX, RX, name) {
+MySoftSerial::MySoftSerial(PinName TX, PinName RX, const char *name) : SoftSerial(TX, RX, name) {
}