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.
Diff: Midi5Pin.cpp
- Revision:
- 1:399a3ad230c8
- Parent:
- 0:722bbb69c79d
diff -r 722bbb69c79d -r 399a3ad230c8 Midi5Pin.cpp
--- a/Midi5Pin.cpp Thu Oct 22 10:02:00 2015 +0000
+++ b/Midi5Pin.cpp Thu Oct 22 16:09:13 2015 +0000
@@ -10,7 +10,7 @@
Midi5Pin::Midi5Pin(PinName txPin, PinName rxPin) :
_pc(USBTX, USBRX), _uart5pin(txPin, rxPin) {
- _pc.baud(256000);
+ _pc.baud(115200);
// 31250 is the official specification
_uart5pin.baud(31250);
}
5-Pin DIN MIDI Connector