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: main.cpp
- Revision:
- 1:476b874003d8
- Parent:
- 0:07be23bfcae4
- Child:
- 2:304d0e762287
--- a/main.cpp Tue Nov 10 08:56:55 2020 +0000
+++ b/main.cpp Mon Nov 16 08:33:33 2020 +0000
@@ -1,7 +1,10 @@
#include "mbed.h"
+#include "BufferSerial.h"
+
+BufferSerial _buffer_serial(D1,D2,115200,250);
int main()
{
-
-
+
+
}