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: mbed
Diff: main.cpp
- Revision:
- 1:79d5a36bd051
- Parent:
- 0:9810842779bc
diff -r 9810842779bc -r 79d5a36bd051 main.cpp
--- a/main.cpp Thu Jul 02 08:49:55 2020 +0000
+++ b/main.cpp Mon Nov 07 12:42:59 2022 +0000
@@ -1,7 +1,7 @@
#include "mbed.h"
-Serial pc(USBTX,USBRX);
-Serial sig(p13,p14);
+RawSerial pc(USBTX,USBRX);
+RawSerial sig(p13,p14);
int main() {
char c;